diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-23 09:53:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-23 09:53:06 +0000 |
commit | 33db8762485ca24756115945d58fa6be2e830bdd (patch) | |
tree | d18ba3008e0d11b1879233643df361ad5ec06241 /package/mac80211 | |
parent | 214b3c90f3ef142cb59b527d83f1734508adb9a3 (diff) | |
download | upstream-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/mac80211')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 92e0d2b84f..a494d5437c 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -33,7 +33,7 @@ WMENU:=Wireless Drivers define KernelPackage/mac80211/Default SUBMENU:=$(WMENU) URL:=http://linuxwireless.org/ - DEPENDS:=@LINUX_2_6 @!TARGET_avr32 @(!TARGET_ep93xx||BROKEN) + DEPENDS:=@LINUX_2_6 @!TARGET_avr32 @(!(TARGET_ep93xx||TARGET_pxcab)||BROKEN) endef define KernelPackage/mac80211 |