aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x/profiles/upvel.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-22 13:52:52 +0000
committerJohn Crispin <blogic@openwrt.org>2013-07-22 13:52:52 +0000
commit823b8cfc5f332aaa95c5b6b04282cdf1495d6a79 (patch)
treeedb3d84f78ab00a8e8fd0515db7f85b9c2c2b4ed /target/linux/ramips/rt305x/profiles/upvel.mk
parentd35ee4a2720274515534a7758d6ad756c1da8e1d (diff)
downloadmaster-187ad058-823b8cfc5f332aaa95c5b6b04282cdf1495d6a79.tar.gz
master-187ad058-823b8cfc5f332aaa95c5b6b04282cdf1495d6a79.tar.bz2
master-187ad058-823b8cfc5f332aaa95c5b6b04282cdf1495d6a79.zip
ralink: set remove dwc_otg from default packages and use dwc2 instead
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37499 3c298f89-4303-0410-b956-a3cf2f4a3e73
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