summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x/profiles/sevenlinks.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-09-08 17:33:16 +0000
committerJohn Crispin <john@openwrt.org>2014-09-08 17:33:16 +0000
commit4662c3b847f0c51fb34b9427ab0158d803af58b4 (patch)
treeed9483fd656c90204acdc116871b40b5e6c73fd0 /target/linux/ramips/rt305x/profiles/sevenlinks.mk
parentbdba024c7bf9e097feda459fff8f080880cacdbd (diff)
downloadmaster-31e0f0ae-4662c3b847f0c51fb34b9427ab0158d803af58b4.tar.gz
master-31e0f0ae-4662c3b847f0c51fb34b9427ab0158d803af58b4.tar.bz2
master-31e0f0ae-4662c3b847f0c51fb34b9427ab0158d803af58b4.zip
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
Diffstat (limited to 'target/linux/ramips/rt305x/profiles/sevenlinks.mk')
-rw-r--r--target/linux/ramips/rt305x/profiles/sevenlinks.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/profiles/sevenlinks.mk b/target/linux/ramips/rt305x/profiles/sevenlinks.mk
index 424d16a796..e1a86652dd 100644
--- a/target/linux/ramips/rt305x/profiles/sevenlinks.mk
+++ b/target/linux/ramips/rt305x/profiles/sevenlinks.mk
@@ -8,7 +8,7 @@
define Profile/PX4885
NAME:=7Links PX-4885
PACKAGES:=\
- kmod-usb-core kmod-usb-rt305x-dwc_otg kmod-usb2 kmod-usb-ohci \
+ kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \
kmod-ledtrig-usbdev kmod-leds-gpio
endef