Author: wigyori
Date: 2015-02-01 10:35:52 +0100 (Sun, 01 Feb 2015)
New Revision: 44235

Modified:
   trunk/package/kernel/linux/modules/usb.mk
Log:
modules: fix usb-gadget build on 3.18

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



Modified: trunk/package/kernel/linux/modules/usb.mk
===================================================================
--- trunk/package/kernel/linux/modules/usb.mk   2015-02-01 08:20:37 UTC (rev 
44234)
+++ trunk/package/kernel/linux/modules/usb.mk   2015-02-01 09:35:52 UTC (rev 
44235)
@@ -217,7 +217,9 @@
 define KernelPackage/usb-gadget
   TITLE:=USB Gadget support
   KCONFIG:=CONFIG_USB_GADGET
-  FILES:=$(LINUX_DIR)/drivers/usb/gadget/udc-core.ko
+  FILES:=\
+       $(LINUX_DIR)/drivers/usb/gadget/[email protected] \
+       $(LINUX_DIR)/drivers/usb/gadget/udc/[email protected]
   AUTOLOAD:=$(call AutoLoad,45,udc-core)
   DEPENDS:=@USB_GADGET_SUPPORT
   $(call AddDepends/usb)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to