diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-26 21:10:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-26 21:10:08 +0000 |
commit | 6a9791872edd414cd516c1602b96ed13ec5ab2d5 (patch) | |
tree | 06d766a81f396e212071a8d601c1dd6565310dbb /package | |
parent | c6ba35a9442047f7b54b42455a84c87bb1b4261f (diff) | |
download | upstream-6a9791872edd414cd516c1602b96ed13ec5ab2d5.tar.gz upstream-6a9791872edd414cd516c1602b96ed13ec5ab2d5.tar.bz2 upstream-6a9791872edd414cd516c1602b96ed13ec5ab2d5.zip |
madwifi on linux 2.4 is no longer supported
SVN-Revision: 15052
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/Makefile | 2 |
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 |