From 22285a76e5a34fbd3d49a8ffc65602ca3bf9f7ec Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 11 Apr 2011 03:26:58 +0000
Subject: [PATCH] atheros: use ath5k instead of madwifi

SVN-Revision: 26588
---
 target/linux/atheros/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile
index dea803246be..e7496852256 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
-- 
GitLab