diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-22 13:52:52 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-22 13:52:52 +0000 |
commit | 49fd1169554f81a8d0b97edeca2e08b352c4e275 (patch) | |
tree | edb3d84f78ab00a8e8fd0515db7f85b9c2c2b4ed /target/linux/ramips/rt305x/profiles/freestation5.mk | |
parent | 9c8713f96bc131fda950fe39b99eaa932a327407 (diff) |
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/freestation5.mk')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/freestation5.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/profiles/freestation5.mk b/target/linux/ramips/rt305x/profiles/freestation5.mk index a3c105b95f..ce9c304989 100644 --- a/target/linux/ramips/rt305x/profiles/freestation5.mk +++ b/target/linux/ramips/rt305x/profiles/freestation5.mk @@ -8,7 +8,7 @@ define Profile/FREESTATION5 NAME:=FreeStation5 PACKAGES:=\ - kmod-usb-rt305x-dwc_otg kmod-rt2500-usb kmod-rt2800-usb kmod-rt2x00-usb + kmod-usb-dwc2 kmod-rt2500-usb kmod-rt2800-usb kmod-rt2x00-usb endef define Profile/FREESTATION5/Description |