aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-12-23 09:53:06 +0000
committerNicolas Thill <nico@openwrt.org>2009-12-23 09:53:06 +0000
commit33db8762485ca24756115945d58fa6be2e830bdd (patch)
treed18ba3008e0d11b1879233643df361ad5ec06241 /package/madwifi/Makefile
parent214b3c90f3ef142cb59b527d83f1734508adb9a3 (diff)
downloadupstream-33db8762485ca24756115945d58fa6be2e830bdd.tar.gz
upstream-33db8762485ca24756115945d58fa6be2e830bdd.tar.bz2
upstream-33db8762485ca24756115945d58fa6be2e830bdd.zip
disable a few packages failing on pxcab (marking them as BROKEN)
SVN-Revision: 18903
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 16ce30e4c0..79a3b3f874 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -161,7 +161,7 @@ define KernelPackage/madwifi
SUBMENU:=Wireless Drivers
TITLE:=Driver for Atheros wireless chipsets
URL:=http://madwifi-project.org/
- DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_sibyte @!TARGET_cobalt @!TARGET_octeon @LINUX_2_6 @(!TARGET_ep93xx||BROKEN)
+ 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)
FILES:=$(MADWIFI_FILES)
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
endef