diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:48 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:48 +0000 |
commit | 8aac009cc926116a26606f7925dea5e96bdbe4d4 (patch) | |
tree | dd6feffe11233d046db979fa7524e435e50f37f6 /target/linux/brcm63xx | |
parent | 4aa43122ab59a91379bcc3720489d35a7088a64a (diff) | |
download | upstream-8aac009cc926116a26606f7925dea5e96bdbe4d4.tar.gz upstream-8aac009cc926116a26606f7925dea5e96bdbe4d4.tar.bz2 upstream-8aac009cc926116a26606f7925dea5e96bdbe4d4.zip |
bcm63xx: add ath9k to atheros wifi profile
SVN-Revision: 31884
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/profiles/102-Atheros.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/profiles/102-Atheros.mk b/target/linux/brcm63xx/profiles/102-Atheros.mk index 844894ce3b..b214185c5d 100644 --- a/target/linux/brcm63xx/profiles/102-Atheros.mk +++ b/target/linux/brcm63xx/profiles/102-Atheros.mk @@ -7,7 +7,7 @@ define Profile/Atheros NAME:=Atheros WiFi (default) - PACKAGES:=kmod-ath5k wpad-mini + PACKAGES:=kmod-ath5k kmod-ath9k wpad-mini endef define Profile/Atheros/Description |