aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
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
commitea5953b2f52a91b645fd7ab0dba39056b5ecf56b (patch)
treeb3237dae79fdd20a3f9dcce81588417f4475418e /package/madwifi
parentbf2f58a6eca46eb3ce90fff9522b4f3a41426e2d (diff)
downloadupstream-ea5953b2f52a91b645fd7ab0dba39056b5ecf56b.tar.gz
upstream-ea5953b2f52a91b645fd7ab0dba39056b5ecf56b.tar.bz2
upstream-ea5953b2f52a91b645fd7ab0dba39056b5ecf56b.zip
madwifi on linux 2.4 is no longer supported
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15052 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi')
-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