diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-19 09:58:13 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-19 09:58:13 +0000 |
commit | c746848b4725e4d9b3a8995ad3803ed4d53fae35 (patch) | |
tree | 28850eddc2f28b9f10381b44b3a97cdff7114ac3 /target/linux/au1000/au1500/profiles/Atheros.mk | |
parent | 30c57b2be2eeab9b0da1015fd7c7ff6aef094e3a (diff) |
targets: replace madwifi in profiles with ath5k, madwifi is unmaintained
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000/au1500/profiles/Atheros.mk')
-rw-r--r-- | target/linux/au1000/au1500/profiles/Atheros.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/au1500/profiles/Atheros.mk b/target/linux/au1000/au1500/profiles/Atheros.mk index ec6e175e80..75e8e108fb 100644 --- a/target/linux/au1000/au1500/profiles/Atheros.mk +++ b/target/linux/au1000/au1500/profiles/Atheros.mk @@ -7,7 +7,7 @@ define Profile/Atheros NAME:=Atheros WiFi (default) - PACKAGES:=kmod-madwifi + PACKAGES:=kmod-ath5k endef $(eval $(call Profile,Atheros)) |