Author: wigyori
Date: 2015-03-28 13:28:02 +0100 (Sat, 28 Mar 2015)
New Revision: 45085

Modified:
   trunk/package/kernel/linux/modules/usb.mk
Log:
modules: fix dwc2 build breakage on mxs

Signed-off-by: Zoltan HERPAI <[email protected]>



Modified: trunk/package/kernel/linux/modules/usb.mk
===================================================================
--- trunk/package/kernel/linux/modules/usb.mk   2015-03-28 11:40:06 UTC (rev 
45084)
+++ trunk/package/kernel/linux/modules/usb.mk   2015-03-28 12:28:02 UTC (rev 
45085)
@@ -435,7 +435,7 @@
 
 define KernelPackage/usb-dwc2
   TITLE:=DWC2 USB controller driver
-  DEPENDS:=@!LINUX_3_10 
+(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx):kmod-usb-gadget
+  DEPENDS:=@!LINUX_3_10 
+(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx||TARGET_mxs):kmod-usb-gadget
   KCONFIG:= \
        CONFIG_USB_DWC2 \
        CONFIG_USB_DWC2_PCI \
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to