2
0
forked from Ivasoft/openwrt

ralink: dwc_otg->dwc2

the old dwc_otg driver is starting to fall apart and fails on newer 3g
modems and some storage devices. switch to the upstream dwc2 driver which
is no longer in staging/.

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 42446
This commit is contained in:
John Crispin
2014-09-08 17:33:16 +00:00
parent bdba024c7b
commit 4662c3b847
15 changed files with 19 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
define Profile/Default
NAME:=Default Profile
PACKAGES:=\
kmod-usb-core kmod-usb-rt305x-dwc_otg \
kmod-usb-core kmod-usb-dwc2 \
kmod-ledtrig-usbdev
endef