package: dwc_otg is required for external root on ramips.

Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28074 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2011-08-22 18:08:49 +00:00
parent c4b2ea9d6d
commit d4dd03e9a4
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ define KernelPackage/usb-rt305x-dwc_otg
CONFIG_DWC_OTG_DEVICE_ONLY=n \
CONFIG_DWC_OTG_DEBUG=n
FILES:=$(LINUX_DIR)/drivers/usb/dwc_otg/dwc_otg.ko
AUTOLOAD:=$(call AutoLoad,54,dwc_otg)
AUTOLOAD:=$(call AutoLoad,54,dwc_otg,1)
$(call AddDepends/usb)
endef