Author: jogo
Date: 2015-03-15 15:19:10 +0100 (Sun, 15 Mar 2015)
New Revision: 44785

Modified:
   trunk/target/linux/brcm63xx/modules.mk
Log:
brcm63xx: kmod-bcm63xx-udc: fix module path for 3.18+

Fix the module path for linux 3.18+.

Signed-off-by: Jonas Gorski <[email protected]>

Modified: trunk/target/linux/brcm63xx/modules.mk
===================================================================
--- trunk/target/linux/brcm63xx/modules.mk      2015-03-15 14:19:07 UTC (rev 
44784)
+++ trunk/target/linux/brcm63xx/modules.mk      2015-03-15 14:19:10 UTC (rev 
44785)
@@ -25,7 +25,9 @@
   TITLE:=Broadcom BCM63xx UDC support
   DEPENDS:=@TARGET_brcm63xx +kmod-usb-gadget
   KCONFIG:=CONFIG_USB_BCM63XX_UDC
-  FILES:=$(LINUX_DIR)/drivers/usb/gadget/bcm63xx_udc.ko
+  FILES:= \
+       $(LINUX_DIR)/drivers/usb/gadget/[email protected] \
+       $(LINUX_DIR)/drivers/usb/gadget/udc/[email protected]
   AUTOLOAD:=$(call AutoLoad,51,bcm63xx_udc)
   $(call AddDepends/usb)
 endef
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to