From: Jonas Gorski Date: Thu, 10 Sep 2015 10:09:36 +0000 (+0000) Subject: ipq806x: modules: fix typo in usb-dwc3-qcom dependencies X-Git-Tag: reboot~2092 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bebff6364d674b8e6cd23303fe7dc9d331acf6f5;p=oweals%2Fopenwrt.git 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 Signed-off-by: Jonas Gorski SVN-Revision: 46838 --- diff --git a/target/linux/ipq806x/modules.mk b/target/linux/ipq806x/modules.mk index 57121bebb0..04a2d4fe2c 100644 --- a/target/linux/ipq806x/modules.mk +++ b/target/linux/ipq806x/modules.mk @@ -17,7 +17,7 @@ $(eval $(call KernelPackage,usb-phy-qcom-dwc3)) 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)