diff options
author | John Crispin <john@openwrt.org> | 2013-07-22 13:52:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-22 13:52:52 +0000 |
commit | 8d0cd50f30da951d028c1b5f7c99db656ff0eeaf (patch) | |
tree | b61d35ef9dd3f84e9693c52625c7a37c6dd141ad /target/linux/ramips/rt305x/profiles/upvel.mk | |
parent | ffe389c4c5270961dfa5cb0b73226601c697c4a5 (diff) | |
download | upstream-8d0cd50f30da951d028c1b5f7c99db656ff0eeaf.tar.gz upstream-8d0cd50f30da951d028c1b5f7c99db656ff0eeaf.tar.bz2 upstream-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.mk | 4 |
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 |