From: Imre Kaloz Date: Tue, 1 Jul 2014 09:36:38 +0000 (+0000) Subject: try to load the orion glue automatically X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fe1df543e1d97beab6e273ae28589f0c1dc0292b;p=openwrt%2Fstaging%2Flynxis%2Fomap.git try to load the orion glue automatically Signed-off-by: Imre Kaloz SVN-Revision: 41434 --- diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 9aa3e8c702..96c899a8dd 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -397,7 +397,7 @@ ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.8.0)),1) 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)