mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-15 11:24:42 +00:00
Change order of module startup to force USB2 before USB1.1
SVN-Revision: 13151
This commit is contained in:
parent
83007f4d6b
commit
a9f61c0f34
@ -140,7 +140,7 @@ define KernelPackage/usb2
|
||||
TITLE:=Support for USB2 controllers
|
||||
KCONFIG:=CONFIG_USB_EHCI_HCD
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,ehci-hcd)
|
||||
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb2/description
|
||||
|
Loading…
Reference in New Issue
Block a user