diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-11 03:26:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-11 03:26:58 +0000 |
commit | 22285a76e5a34fbd3d49a8ffc65602ca3bf9f7ec (patch) | |
tree | 3c3e29d7166269a8812280edd4d25c9398668eb5 /target/linux/atheros | |
parent | 93da23803be4e498c77f0046e49f7616b6386960 (diff) | |
download | upstream-22285a76e5a34fbd3d49a8ffc65602ca3bf9f7ec.tar.gz upstream-22285a76e5a34fbd3d49a8ffc65602ca3bf9f7ec.tar.bz2 upstream-22285a76e5a34fbd3d49a8ffc65602ca3bf9f7ec.zip |
atheros: use ath5k instead of madwifi
SVN-Revision: 26588
Diffstat (limited to 'target/linux/atheros')
-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 dea803246b..e749685225 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 |