mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
hostapd: fix build without openssl
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
abbd7223b2
commit
76c4fa0067
@ -14,6 +14,7 @@ ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|||||||
HOSTAPD_DEPENDENCIES += openssl
|
HOSTAPD_DEPENDENCIES += openssl
|
||||||
# OpenSSL is required for EXTRA_EAP and/or WPS
|
# OpenSSL is required for EXTRA_EAP and/or WPS
|
||||||
# We take care of that in Config.in
|
# We take care of that in Config.in
|
||||||
|
else
|
||||||
define HOSTAPD_OPENSSL_CONF
|
define HOSTAPD_OPENSSL_CONF
|
||||||
echo "CONFIG_CRYPTO=internal" >>$(HOSTAPD_CONFIG)
|
echo "CONFIG_CRYPTO=internal" >>$(HOSTAPD_CONFIG)
|
||||||
echo "CONFIG_INTERNAL_LIBTOMMATH=y" >>$(HOSTAPD_CONFIG)
|
echo "CONFIG_INTERNAL_LIBTOMMATH=y" >>$(HOSTAPD_CONFIG)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user