Browse Source

bundle ehci-orion with kmod-usb2

SVN-Revision: 41230
Imre Kaloz 11 years ago
parent
commit
60f1a7bd4b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/kernel/linux/modules/usb.mk

+ 3 - 0
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