diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:44:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:44:28 +0000 |
commit | ff3d5025ac0c398277bf234e9608ab6490330b11 (patch) | |
tree | 4a76a02d5d7fea2447d3f79ffd4aec51e23add6e /package/madwifi/Makefile | |
parent | 0410a7b5493313a4d70a2a62b96c0dfe377e1fb6 (diff) | |
download | upstream-ff3d5025ac0c398277bf234e9608ab6490330b11.tar.gz upstream-ff3d5025ac0c398277bf234e9608ab6490330b11.tar.bz2 upstream-ff3d5025ac0c398277bf234e9608ab6490330b11.zip |
remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
Diffstat (limited to 'package/madwifi/Makefile')
-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 4f01f008fd..9a2d23faad 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -162,7 +162,7 @@ define KernelPackage/madwifi TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi-project.org/ MAINTAINER:=Felix Fietkau <nbd@openwrt.org> - DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN) + DEPENDS:=+wireless-tools @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN) FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) MENU:=1 |