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:
Jonas Gorski 2012-03-14 10:59:52 +00:00
parent 911666bff8
commit fab5be9b4f

View file

@ -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