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 | e4a82f83182763c171a87eb7a4298753a9d5ff9b (patch) | |
tree | d0f838c68d691ec328aee899ac786ada2c905921 /target/linux | |
parent | 2df17dbf2069ae0d0a2e3645dd6789c3c342d79a (diff) | |
download | upstream-e4a82f83182763c171a87eb7a4298753a9d5ff9b.tar.gz upstream-e4a82f83182763c171a87eb7a4298753a9d5ff9b.tar.bz2 upstream-e4a82f83182763c171a87eb7a4298753a9d5ff9b.zip |
bcm63xx: add ath9k to atheros wifi profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31884 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |