summaryrefslogtreecommitdiff
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-06-17 15:02:28 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-06-17 15:02:28 +0000
commit60f1a7bd4bc46dece632c525446cbdef92292683 (patch)
treec5c4521c91e247fcbd4dcaebf666417fb1c9fb5b /package/kernel/linux
parent93742047af593c5733ebb43f3f285ecaf75a4100 (diff)
downloadmtk-20170518-60f1a7bd4bc46dece632c525446cbdef92292683.zip
mtk-20170518-60f1a7bd4bc46dece632c525446cbdef92292683.tar.gz
mtk-20170518-60f1a7bd4bc46dece632c525446cbdef92292683.tar.bz2
bundle ehci-orion with kmod-usb2
SVN-Revision: 41230
Diffstat (limited to 'package/kernel/linux')
-rw-r--r--package/kernel/linux/modules/usb.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 47e3372..9aa3e8c 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -394,6 +394,9 @@ ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.8.0)),1)
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