diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-24 13:49:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-24 13:49:02 +0000 |
commit | a9e86452326db165b91b8d0868d04e132f3a944f (patch) | |
tree | 70206288eb50e826074a3b37cb4006bb21195c54 /target/linux/ar71xx/profiles | |
parent | 1d4c70d9a6c50863532fd7631e9477d3b4a686e4 (diff) | |
download | upstream-a9e86452326db165b91b8d0868d04e132f3a944f.tar.gz upstream-a9e86452326db165b91b8d0868d04e132f3a944f.tar.bz2 upstream-a9e86452326db165b91b8d0868d04e132f3a944f.zip |
ar71xx: select vsc73x5 microcode in the AP83/PB44 profiles
SVN-Revision: 19842
Diffstat (limited to 'target/linux/ar71xx/profiles')
-rw-r--r-- | target/linux/ar71xx/profiles/atheros.mk | 6 |
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 |