aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
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
commit69a27402c3349749c939eb60377b98b885cb0c24 (patch)
treec0629610753079829a5d37a2815114459762c2e5 /package/mac80211/Makefile
parentc930e873c4ac0a44bedec78d763cf48ea8c77fc1 (diff)
downloadupstream-69a27402c3349749c939eb60377b98b885cb0c24.tar.gz
upstream-69a27402c3349749c939eb60377b98b885cb0c24.tar.bz2
upstream-69a27402c3349749c939eb60377b98b885cb0c24.zip
[package] use a common way of marking packages as not supported on specific targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 8e1634364b..64352f7027 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -35,7 +35,7 @@ define KernelPackage/mac80211/Default
SUBMENU:=$(WMENU)
URL:=http://linuxwireless.org/
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
- DEPENDS:=@LINUX_2_6 @!TARGET_avr32 @(!(TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN)
+ DEPENDS:=@LINUX_2_6 @(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN)
endef
define KernelPackage/cfg80211