projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9068669
)
package: dwc_otg is required for external root on ramips.
author
Gabor Juhos
<juhosg@openwrt.org>
Mon, 22 Aug 2011 18:08:49 +0000
(18:08 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Mon, 22 Aug 2011 18:08:49 +0000
(18:08 +0000)
Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
SVN-Revision: 28074
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index 92771546636422a3cfb8e2694c84cd614fe601b3..d5ad947082530b3f318098746623611c8803176a 100644
(file)
--- 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