[Buildroot] [git commit master 1/1] hostapd: fix build without openssl

Peter Korsgaard jacmet at sunsite.dk
Thu Sep 23 20:19:41 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=76c4fa0067efe72e970299be2cc116b3033adcb2
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/hostapd/hostapd.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
index d826030..4065d7b 100644
--- a/package/hostapd/hostapd.mk
+++ b/package/hostapd/hostapd.mk
@@ -14,6 +14,7 @@ ifeq ($(BR2_PACKAGE_OPENSSL),y)
 	HOSTAPD_DEPENDENCIES += openssl
 	# OpenSSL is required for EXTRA_EAP and/or WPS
 	# We take care of that in Config.in
+else
 define HOSTAPD_OPENSSL_CONF
 	echo "CONFIG_CRYPTO=internal" >>$(HOSTAPD_CONFIG)
 	echo "CONFIG_INTERNAL_LIBTOMMATH=y" >>$(HOSTAPD_CONFIG)
-- 
1.7.1




More information about the buildroot mailing list