diff options
author | John Crispin <john@openwrt.org> | 2014-09-08 17:33:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-08 17:33:16 +0000 |
commit | 4662c3b847f0c51fb34b9427ab0158d803af58b4 (patch) | |
tree | ed9483fd656c90204acdc116871b40b5e6c73fd0 /target/linux/ramips/rt305x/profiles/asus.mk | |
parent | bdba024c7bf9e097feda459fff8f080880cacdbd (diff) | |
download | upstream-4662c3b847f0c51fb34b9427ab0158d803af58b4.tar.gz upstream-4662c3b847f0c51fb34b9427ab0158d803af58b4.tar.bz2 upstream-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/asus.mk')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/asus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/profiles/asus.mk b/target/linux/ramips/rt305x/profiles/asus.mk index dff569720c..d7fd8ca734 100644 --- a/target/linux/ramips/rt305x/profiles/asus.mk +++ b/target/linux/ramips/rt305x/profiles/asus.mk @@ -16,7 +16,7 @@ endef define Profile/RT-N13U NAME:=Asus RT-N13U - PACKAGES:=kmod-leds-gpio kmod-rt2800-pci wpad-mini kmod-usb-rt305x-dwc_otg + PACKAGES:=kmod-leds-gpio kmod-rt2800-pci wpad-mini kmod-usb-dwc2 endef define Profile/RT-N13U/Description |