lantiq: load dwc_otg early
Needed for using external rootfs on usb sticks. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 30940
This commit is contained in:
parent
911666bff8
commit
fab5be9b4f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ define KernelPackage/usb-dwc-otg
|
|||
CONFIG_DWC_OTG_HOST_ONLY=y \
|
||||
CONFIG_DWC_OTG_DEVICE_ONLY=n
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/dwc_otg/dwc_otg.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,dwc_otg)
|
||||
AUTOLOAD:=$(call AutoLoad,50,dwc_otg,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-dwc-otg/description
|
||||
|
|
Loading…
Reference in a new issue