aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
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/hostapd
parenta9dc0200146b71f77e2d24934774e91b5c0bf120 (diff)
downloadupstream-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/hostapd')
-rw-r--r--package/hostapd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index ad76e9da52..002cd5328b 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -75,7 +75,7 @@ define Package/hostapd/Default
CATEGORY:=Network
TITLE:=IEEE 802.1x Authenticator
URL:=http://hostap.epitest.fi/
- DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda
+ DEPENDS:= +PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda @(!(TARGET_avr32||TARGET_etrax)||BROKEN)
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
endef
@@ -116,7 +116,7 @@ define Package/wpad/Default
CATEGORY:=Network
TITLE:=IEEE 802.1x Authenticator/Supplicant
URL:=http://hostap.epitest.fi/
- DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda
+ DEPENDS:= +PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda @(!(TARGET_avr32||TARGET_etrax)||BROKEN)
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
endef
@@ -146,7 +146,7 @@ define Package/wpa-supplicant
CATEGORY:=Network
TITLE:=WPA Supplicant
URL:=http://hostap.epitest.fi/wpa_supplicant/
- DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda
+ DEPENDS:= +PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda @(!(TARGET_avr32||TARGET_etrax)||BROKEN)
VARIANT:=supplicant-full
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
endef