aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-26 21:10:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-26 21:10:08 +0000
commit6a9791872edd414cd516c1602b96ed13ec5ab2d5 (patch)
tree06d766a81f396e212071a8d601c1dd6565310dbb
parentc6ba35a9442047f7b54b42455a84c87bb1b4261f (diff)
downloadupstream-6a9791872edd414cd516c1602b96ed13ec5ab2d5.tar.gz
upstream-6a9791872edd414cd516c1602b96ed13ec5ab2d5.tar.bz2
upstream-6a9791872edd414cd516c1602b96ed13ec5ab2d5.zip
madwifi on linux 2.4 is no longer supported
SVN-Revision: 15052
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index dcff41c2f4..dddf82d0fb 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -157,7 +157,7 @@ define KernelPackage/madwifi
SUBMENU:=Wireless Drivers
TITLE:=Driver for Atheros wireless chipsets
URL:=http://madwifi.org/
- DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_ar7 @!TARGET_avr32 @!TARGET_etrax @!TARGET_uml
+ DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_ar7 @!TARGET_avr32 @!TARGET_etrax @!TARGET_uml @LINUX_2_6
FILES:=$(MADWIFI_FILES)
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
endef