summaryrefslogtreecommitdiffstats
path: root/package/hostapd/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-07-29 15:50:32 +0000
committerJohn Crispin <john@openwrt.org>2007-07-29 15:50:32 +0000
commitdd0a1806eafd0239e7a4b85e3420e711e67d935f (patch)
tree2a1b7de5b56eda88c92195c44c049d15993ddf27 /package/hostapd/Makefile
parent1496b6c88be94ab056cf48039c8437a97db5fb4e (diff)
downloadmaster-31e0f0ae-dd0a1806eafd0239e7a4b85e3420e711e67d935f.tar.gz
master-31e0f0ae-dd0a1806eafd0239e7a4b85e3420e711e67d935f.tar.bz2
master-31e0f0ae-dd0a1806eafd0239e7a4b85e3420e711e67d935f.zip
Some packages make no sense or do not build for etrax
SVN-Revision: 8216
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r--package/hostapd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 7e0f0877f6..86ce414573 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -29,7 +29,7 @@ endef
define Package/hostapd
$(call Package/hostapd/Default)
- DEPENDS:=+libopenssl @!LINUX_2_6_AVR32
+ DEPENDS:=+libopenssl @!LINUX_2_6_AVR32 @!LINUX_2_6_ETRAX
TITLE+= (full)
DESCRIPTION:=\
This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS \\\
@@ -42,7 +42,7 @@ endef
define Package/hostapd-mini
$(call Package/hostapd/Default)
- DEPENDS:=@!LINUX_2_6_AVR32
+ DEPENDS:=@!LINUX_2_6_AVR32 @!LINUX_2_6_ETRAX
TITLE+= (WPA-PSK only)
DESCRIPTION:=\
This package contains a minimal IEEE 802.1x/WPA/EAP/RADIUS Authenticator \\\