diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-11 03:26:58 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-11 03:26:58 +0000 |
commit | c9b08ba1043ff1f31f1e7c065ec675f9f7fbf301 (patch) | |
tree | 1201e12634e361167b885e804254f23ba637a94d /target/linux/atheros/Makefile | |
parent | 77871f6bf5886369bd01ed8c706f043c5f33db8a (diff) |
atheros: use ath5k instead of madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/Makefile')
-rw-r--r-- | target/linux/atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index dea803246..e74968522 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -15,7 +15,7 @@ LINUX_VERSION:=2.6.37.6 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += wpad-mini kmod-madwifi gpioctl swconfig +DEFAULT_PACKAGES += wpad-mini kmod-ath5k gpioctl swconfig define Target/Description Build firmware images for Atheros SoC boards |