diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-27 09:23:24 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-27 09:23:24 +0000 |
commit | 04fddbea7d539587d09fec9335b88c56eb281933 (patch) | |
tree | d91a1660385b018dafede4de40d5716cfd0cd775 /target/linux/ramips/rt305x/profiles/belkin.mk | |
parent | 72a6c7669e7724e53da5d82272c205f014d7b0f1 (diff) |
ralink: switch back to dwc_otg ... dwc2 seems to not work well with 3G modems
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37563 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x/profiles/belkin.mk')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/belkin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/rt305x/profiles/belkin.mk b/target/linux/ramips/rt305x/profiles/belkin.mk index 88688d69ba..47968ed410 100644 --- a/target/linux/ramips/rt305x/profiles/belkin.mk +++ b/target/linux/ramips/rt305x/profiles/belkin.mk @@ -9,7 +9,7 @@ define Profile/F5D8235V2 NAME:=Belkin F5D8235 v2 PACKAGES:=\ kmod-switch-rtl8366rb kmod-swconfig swconfig \ - kmod-usb-core kmod-usb-dwc2 \ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ kmod-ledtrig-usbdev endef @@ -20,7 +20,7 @@ endef define Profile/F7C027 NAME:=Belkin F7C027 PACKAGES:=\ - -kmod-usb-core -kmod-usb-dwc2 \ + -kmod-usb-core -kmod-usb-rt305x-dwc_otg \ -kmod-ledtrig-usbdev endef |