From bf5702421a7229b5953e8a88e99c96806ab5a03d Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 26 Mar 2009 21:10:08 +0000 Subject: [PATCH] madwifi on linux 2.4 is no longer supported git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15052 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index dcff41c2f..dddf82d0f 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 -- 2.35.1