diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 18:08:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 18:08:49 +0000 |
commit | 06bc4dad815665dae93cce2944eac9a403a888f4 (patch) | |
tree | 6603158c0bbfefd0e7770e672b041f132efa129f /package | |
parent | 90686691ce5ff376fde8cad07a5ba82b11c96463 (diff) | |
download | upstream-06bc4dad815665dae93cce2944eac9a403a888f4.tar.gz upstream-06bc4dad815665dae93cce2944eac9a403a888f4.tar.bz2 upstream-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')
-rw-r--r-- | package/kernel/modules/usb.mk | 2 |
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 |