Author: kaloz
Date: 2014-07-01 11:36:38 +0200 (Tue, 01 Jul 2014)
New Revision: 41434

Modified:
   trunk/package/kernel/linux/modules/usb.mk
Log:
[kmod-usb2]: try to load the orion glue automatically

Signed-off-by: Imre Kaloz <[email protected]>


Modified: trunk/package/kernel/linux/modules/usb.mk
===================================================================
--- trunk/package/kernel/linux/modules/usb.mk   2014-07-01 09:35:22 UTC (rev 
41433)
+++ trunk/package/kernel/linux/modules/usb.mk   2014-07-01 09:36:38 UTC (rev 
41434)
@@ -397,7 +397,7 @@
   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)
+  AUTOLOAD:=$(call AutoLoad,40,ehci-hcd ehci-platform ehci-orion,1)
 else
   FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko
   AUTOLOAD:=$(call AutoLoad,40,ehci-hcd,1)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to