summaryrefslogtreecommitdiff
path: root/package/madwifi
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-03-10 04:12:57 +0000
committerNicolas Thill <nico@openwrt.org>2010-03-10 04:12:57 +0000
commitb4e99d33d93e0ca70048e29367daf4609b41909b (patch)
treeee6d1074f725b0eb85c9eadc14454ab5b09d6f40 /package/madwifi
parenta9dc0200146b71f77e2d24934774e91b5c0bf120 (diff)
downloadmtk-20170518-b4e99d33d93e0ca70048e29367daf4609b41909b.zip
mtk-20170518-b4e99d33d93e0ca70048e29367daf4609b41909b.tar.gz
mtk-20170518-b4e99d33d93e0ca70048e29367daf4609b41909b.tar.bz2
use a common way of marking packages as not supported on specific targets
SVN-Revision: 20117
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 73167d3..3bd60f1 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 @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_sibyte @!TARGET_cobalt @!TARGET_octeon @LINUX_2_6 @(!(TARGET_ep93xx||TARGET_pxcab)||BROKEN)
+ DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT||TARGET_atheros @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_etrax||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN)
FILES:=$(MADWIFI_FILES)
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
endef