Author: kaloz
Date: 2014-06-17 17:02:28 +0200 (Tue, 17 Jun 2014)
New Revision: 41230

Modified:
   trunk/package/kernel/linux/modules/usb.mk
Log:
[kernel]: bundle ehci-orion with kmod-usb2

Modified: trunk/package/kernel/linux/modules/usb.mk
===================================================================
--- trunk/package/kernel/linux/modules/usb.mk   2014-06-17 15:01:47 UTC (rev 
41229)
+++ trunk/package/kernel/linux/modules/usb.mk   2014-06-17 15:02:28 UTC (rev 
41230)
@@ -394,6 +394,9 @@
   FILES:= \
        $(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko \
        $(LINUX_DIR)/drivers/usb/host/ehci-platform.ko
+  ifneq ($(wildcard $(LINUX_DIR)/drivers/usb/host/ehci-orion.ko),)
+    FILES+=$(LINUX_DIR)/drivers/usb/host/ehci-orion.ko
+  endif
   AUTOLOAD:=$(call AutoLoad,40,ehci-hcd ehci-platform,1)
 else
   FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to