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 | 58a05a1b960bc47b87c79a22720208e5b11b15dd (patch) | |
tree | 1201e12634e361167b885e804254f23ba637a94d | |
parent | 370f14a6d461cb9bd20ec5c1900b1b872993af5e (diff) | |
download | upstream-58a05a1b960bc47b87c79a22720208e5b11b15dd.tar.gz upstream-58a05a1b960bc47b87c79a22720208e5b11b15dd.tar.bz2 upstream-58a05a1b960bc47b87c79a22720208e5b11b15dd.zip |
atheros: use ath5k instead of madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26588 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |