[kmod-usb2]: try to load the orion glue automatically

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41434 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Imre Kaloz 2014-07-01 09:36:38 +00:00
parent f7eab757ae
commit 67be4d585d
1 changed files with 1 additions and 1 deletions

View File

@ -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),) ifneq ($(wildcard $(LINUX_DIR)/drivers/usb/host/ehci-orion.ko),)
FILES+=$(LINUX_DIR)/drivers/usb/host/ehci-orion.ko FILES+=$(LINUX_DIR)/drivers/usb/host/ehci-orion.ko
endif endif
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd ehci-platform,1) AUTOLOAD:=$(call AutoLoad,40,ehci-hcd ehci-platform ehci-orion,1)
else else
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd,1) AUTOLOAD:=$(call AutoLoad,40,ehci-hcd,1)