summaryrefslogtreecommitdiff
path: root/package/kernel
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-07-01 09:36:38 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-07-01 09:36:38 +0000
commitfe1df543e1d97beab6e273ae28589f0c1dc0292b (patch)
treead33a09d5ab1bff42c18f6a51f987c7db14196db /package/kernel
parent9ff59c7656a90a907ae10847a7e6e8f93255532b (diff)
downloadmtk-20170518-fe1df543e1d97beab6e273ae28589f0c1dc0292b.zip
mtk-20170518-fe1df543e1d97beab6e273ae28589f0c1dc0292b.tar.gz
mtk-20170518-fe1df543e1d97beab6e273ae28589f0c1dc0292b.tar.bz2
try to load the orion glue automatically
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41434
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/linux/modules/usb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 9aa3e8c..96c899a 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)