aboutsummaryrefslogtreecommitdiffstats
path: root/package/ath9k
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-11-09 22:42:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-11-09 22:42:36 +0000
commitce1ab6d41cfb17da90dc507b2c90e472f95f4c30 (patch)
treebf49074fd6bf34942bc0708693a94a0a492c206c /package/ath9k
parentdc1b6a3961328a6fb3a23226832ed3e5c411ab23 (diff)
downloadupstream-ce1ab6d41cfb17da90dc507b2c90e472f95f4c30.tar.gz
upstream-ce1ab6d41cfb17da90dc507b2c90e472f95f4c30.tar.bz2
upstream-ce1ab6d41cfb17da90dc507b2c90e472f95f4c30.zip
Build b43, b43legacy and ath9k for kernels >= 2.6.27 from mac80211. Include b43legacy by default in the Generic bcm47xx profile (#4179)
SVN-Revision: 13164
Diffstat (limited to 'package/ath9k')
-rw-r--r--package/ath9k/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ath9k/Makefile b/package/ath9k/Makefile
index 8c9456f7bc..6b89594c80 100644
--- a/package/ath9k/Makefile
+++ b/package/ath9k/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/ath9k
SUBMENU:=Wireless Drivers
TITLE:=Atheros AR9xxx and AR5416/AR5418 wireless support
- DEPENDS:=+kmod-mac80211 @!TARGET_brcm47xx @PCI_SUPPORT
+ DEPENDS:=+kmod-mac80211 @PCI_SUPPORT @LINUX_2_6_23||@LINUX_2_6_24||@LINUX_2_6_25||@LINUX_2_6_26 @!kmod-ath9k-new
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath9k/ath9k.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ath9k)
endef