mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
bundle ehci-orion with kmod-usb2
SVN-Revision: 41230
This commit is contained in:
parent
93742047af
commit
60f1a7bd4b
@ -394,6 +394,9 @@ ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.8.0)),1)
|
|||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko \
|
$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko \
|
||||||
$(LINUX_DIR)/drivers/usb/host/ehci-platform.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)
|
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd ehci-platform,1)
|
||||||
else
|
else
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko
|
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko
|
||||||
|
Loading…
Reference in New Issue
Block a user