Skip to content
Snippets Groups Projects
Commit 60f1a7bd authored by Imre Kaloz's avatar Imre Kaloz
Browse files

bundle ehci-orion with kmod-usb2

SVN-Revision: 41230
parent 93742047
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment