diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-10 04:12:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-10 04:12:57 +0000 |
commit | b4e99d33d93e0ca70048e29367daf4609b41909b (patch) | |
tree | ee6d1074f725b0eb85c9eadc14454ab5b09d6f40 /package/mac80211 | |
parent | a9dc0200146b71f77e2d24934774e91b5c0bf120 (diff) | |
download | upstream-b4e99d33d93e0ca70048e29367daf4609b41909b.tar.gz upstream-b4e99d33d93e0ca70048e29367daf4609b41909b.tar.bz2 upstream-b4e99d33d93e0ca70048e29367daf4609b41909b.zip |
use a common way of marking packages as not supported on specific targets
SVN-Revision: 20117
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 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 |