mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
Change order of module startup to force USB2 before USB1.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13151 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6edec842dd
commit
058e1d9721
@ -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