lantiq: load dwc_otg early

Needed for using external rootfs on usb sticks.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30940 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jonas Gorski 2012-03-14 10:59:52 +00:00
parent bcb7eb6b52
commit a93230e202
1 changed files with 1 additions and 1 deletions

View File

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