Browse Source

lantiq: load dwc_otg early

Needed for using external rootfs on usb sticks.

Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 30940
Jonas Gorski 13 years ago
parent
commit
fab5be9b4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/lantiq/modules.mk

+ 1 - 1
target/linux/lantiq/modules.mk

@@ -36,7 +36,7 @@ define KernelPackage/usb-dwc-otg
 	CONFIG_DWC_OTG_HOST_ONLY=y \
 	CONFIG_DWC_OTG_HOST_ONLY=y \
 	CONFIG_DWC_OTG_DEVICE_ONLY=n
 	CONFIG_DWC_OTG_DEVICE_ONLY=n
   FILES:=$(LINUX_DIR)/drivers/usb/dwc_otg/dwc_otg.ko
   FILES:=$(LINUX_DIR)/drivers/usb/dwc_otg/dwc_otg.ko
-  AUTOLOAD:=$(call AutoLoad,50,dwc_otg)
+  AUTOLOAD:=$(call AutoLoad,50,dwc_otg,1)
 endef
 endef
 
 
 define KernelPackage/usb-dwc-otg/description
 define KernelPackage/usb-dwc-otg/description