summaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-07-17 10:38:33 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-07-17 10:38:33 +0000
commitbec5f22912a0a662f039442f977c814ed20226ca (patch)
treec7409d79548632bac2e3f6507e4ee0067323eeba /package/hostapd
parente01a275eceed7b8d28edd36b4581e4bf586378fd (diff)
downloadmaster-31e0f0ae-bec5f22912a0a662f039442f977c814ed20226ca.tar.gz
master-31e0f0ae-bec5f22912a0a662f039442f977c814ed20226ca.tar.bz2
master-31e0f0ae-bec5f22912a0a662f039442f977c814ed20226ca.zip
avr32 build fixes
SVN-Revision: 8017
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index e500b87bd0..7e0f0877f6 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -29,7 +29,7 @@ endef
define Package/hostapd
$(call Package/hostapd/Default)
- DEPENDS:=+libopenssl
+ DEPENDS:=+libopenssl @!LINUX_2_6_AVR32
TITLE+= (full)
DESCRIPTION:=\
This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS \\\
@@ -42,6 +42,7 @@ endef
define Package/hostapd-mini
$(call Package/hostapd/Default)
+ DEPENDS:=@!LINUX_2_6_AVR32
TITLE+= (WPA-PSK only)
DESCRIPTION:=\
This package contains a minimal IEEE 802.1x/WPA/EAP/RADIUS Authenticator \\\