summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/usb.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-08-22 18:08:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-08-22 18:08:49 +0000
commit06bc4dad815665dae93cce2944eac9a403a888f4 (patch)
tree6603158c0bbfefd0e7770e672b041f132efa129f /package/kernel/modules/usb.mk
parent90686691ce5ff376fde8cad07a5ba82b11c96463 (diff)
downloadmaster-31e0f0ae-06bc4dad815665dae93cce2944eac9a403a888f4.tar.gz
master-31e0f0ae-06bc4dad815665dae93cce2944eac9a403a888f4.tar.bz2
master-31e0f0ae-06bc4dad815665dae93cce2944eac9a403a888f4.zip
package: dwc_otg is required for external root on ramips.
Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl> SVN-Revision: 28074
Diffstat (limited to 'package/kernel/modules/usb.mk')
-rw-r--r--package/kernel/modules/usb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk
index 9277154663..d5ad947082 100644
--- a/package/kernel/modules/usb.mk
+++ b/package/kernel/modules/usb.mk
@@ -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