aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-02-24 13:49:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-02-24 13:49:02 +0000
commit2d1cd52adefd130f9427dbd4e39b4349ccf527c9 (patch)
treee7c9d985ef802927dc596cab09dec57b40d11e3d
parente0d95b3c2b4e02567b7cd8bfdc5307e3214e599c (diff)
downloadupstream-2d1cd52adefd130f9427dbd4e39b4349ccf527c9.tar.gz
upstream-2d1cd52adefd130f9427dbd4e39b4349ccf527c9.tar.bz2
upstream-2d1cd52adefd130f9427dbd4e39b4349ccf527c9.zip
ar71xx: select vsc73x5 microcode in the AP83/PB44 profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19842 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ar71xx/profiles/atheros.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ar71xx/profiles/atheros.mk b/target/linux/ar71xx/profiles/atheros.mk
index c809311429..a7ed71414f 100644
--- a/target/linux/ar71xx/profiles/atheros.mk
+++ b/target/linux/ar71xx/profiles/atheros.mk
@@ -18,7 +18,8 @@ $(eval $(call Profile,AP81))
define Profile/AP83
NAME:=Atheros AP83 reference board
- PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
+ PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2 \
+ vsc7385-ucode-ap83 vsc7395-ucode-ap83
endef
define Profile/AP83/Description
@@ -40,7 +41,8 @@ $(eval $(call Profile,PB42))
define Profile/PB44
NAME:=Atheros PB44 reference board
- PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
+ PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 \
+ vsc7385-ucode-pb44 vsc7395-ucode-pb44
endef
define Profile/PB44/Description