summaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-29 15:50:32 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-29 15:50:32 +0000
commitd1d593a9772d2f1861c67f01a0924200a2ca98d8 (patch)
tree546d9e3d3922ab79df564ef322fcdf4755852463 /package/hostapd
parent52def47d88ad74b0224e2cb5fa57f01ead8cc834 (diff)
Some packages make no sense or do not build for etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8216 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 7e0f0877f..86ce41457 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 \\\