summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x/profiles/upvel.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-22 13:52:52 +0000
committerJohn Crispin <john@openwrt.org>2013-07-22 13:52:52 +0000
commit8d0cd50f30da951d028c1b5f7c99db656ff0eeaf (patch)
treeb61d35ef9dd3f84e9693c52625c7a37c6dd141ad /target/linux/ramips/rt305x/profiles/upvel.mk
parentffe389c4c5270961dfa5cb0b73226601c697c4a5 (diff)
downloadmaster-31e0f0ae-8d0cd50f30da951d028c1b5f7c99db656ff0eeaf.tar.gz
master-31e0f0ae-8d0cd50f30da951d028c1b5f7c99db656ff0eeaf.tar.bz2
master-31e0f0ae-8d0cd50f30da951d028c1b5f7c99db656ff0eeaf.zip
ralink: set remove dwc_otg from default packages and use dwc2 instead
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37499
Diffstat (limited to 'target/linux/ramips/rt305x/profiles/upvel.mk')
-rw-r--r--target/linux/ramips/rt305x/profiles/upvel.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/rt305x/profiles/upvel.mk b/target/linux/ramips/rt305x/profiles/upvel.mk
index 3910c8f169..590abb0411 100644
--- a/target/linux/ramips/rt305x/profiles/upvel.mk
+++ b/target/linux/ramips/rt305x/profiles/upvel.mk
@@ -8,7 +8,7 @@
define Profile/UR-336UN
NAME:=UPVEL UR-336UN
PACKAGES:=\
- kmod-usb-core kmod-usb-rt305x-dwc_otg \
+ kmod-usb-core kmod-usb-dwc2 \
kmod-ledtrig-usbdev
endef
@@ -20,7 +20,7 @@ $(eval $(call Profile,UR-336UN))
define Profile/UR-326N4G
NAME:=UPVEL UR-326N4G
PACKAGES:=\
- kmod-usb-core kmod-usb-rt305x-dwc_otg \
+ kmod-usb-core kmod-usb-dwc2 \
kmod-ledtrig-usbdev
endef