diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-01 13:21:59 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-01 13:21:59 +0000 |
commit | 39b07fdbd8b1bda10685f42e41eb1a5fcbce16b4 (patch) | |
tree | 903bfced20f1df122f3d66b8b06ff642c9d47b38 /target/linux/ramips/mt7620a | |
parent | a6553bfdfc4e0176511e4e4e0157d1d2b2b88a68 (diff) | |
download | upstream-39b07fdbd8b1bda10685f42e41eb1a5fcbce16b4.tar.gz upstream-39b07fdbd8b1bda10685f42e41eb1a5fcbce16b4.tar.bz2 upstream-39b07fdbd8b1bda10685f42e41eb1a5fcbce16b4.zip |
ralink: mt7620 has obchi/ehci and not dwc2
fix the default package selection
Signed-off-by: John Crispin <blogic@openwrt.org>
Backport of r42289
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42383 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7620a')
-rw-r--r-- | target/linux/ramips/mt7620a/profiles/00-default.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620a/profiles/00-default.mk b/target/linux/ramips/mt7620a/profiles/00-default.mk index a905d1ed80..6c7d721444 100644 --- a/target/linux/ramips/mt7620a/profiles/00-default.mk +++ b/target/linux/ramips/mt7620a/profiles/00-default.mk @@ -8,7 +8,7 @@ define Profile/Default NAME:=Default Profile PACKAGES:=\ - kmod-usb-core kmod-usb-dwc2 \ + kmod-usb-core kmod-usb2 kmod-usb-ohci \ kmod-ledtrig-usbdev endef |