Author: jogo Date: 2015-09-10 12:09:36 +0200 (Thu, 10 Sep 2015) New Revision: 46838
Modified: trunk/target/linux/ipq806x/modules.mk Log: ipq806x: modules: fix typo in usb-dwc3-qcom dependencies The phy driver has its qcom-dwc3 order switched in contrast to the usb controller driver. Signed-off-by: Kaspar Schleiser <[email protected]> Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/ipq806x/modules.mk =================================================================== --- trunk/target/linux/ipq806x/modules.mk 2015-09-10 10:09:26 UTC (rev 46837) +++ trunk/target/linux/ipq806x/modules.mk 2015-09-10 10:09:36 UTC (rev 46838) @@ -17,7 +17,7 @@ define KernelPackage/usb-dwc3-qcom TITLE:=DWC3 USB QCOM controller driver - DEPENDS:=@TARGET_ipq806x +kmod-usb-dwc3 +kmod-usb-phy-dwc3-qcom + DEPENDS:=@TARGET_ipq806x +kmod-usb-dwc3 +kmod-usb-phy-qcom-dwc3 KCONFIG:= CONFIG_USB_DWC3_QCOM FILES:= $(LINUX_DIR)/drivers/usb/dwc3/dwc3-qcom.ko AUTOLOAD:=$(call AutoLoad,53,dwc3-qcom,1) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
