|
@@ -43,6 +43,7 @@ endif
|
|
# Try to use openssl if it's already available
|
|
# Try to use openssl if it's already available
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
HOSTAPD_DEPENDENCIES += openssl
|
|
HOSTAPD_DEPENDENCIES += openssl
|
|
|
|
+ HOSTAPD_LIBS += $(if $(BR2_PREFER_STATIC_LIB),-lcrypto -lz)
|
|
HOSTAPD_CONFIG_EDITS += 's/\#\(CONFIG_TLS=openssl\)/\1/'
|
|
HOSTAPD_CONFIG_EDITS += 's/\#\(CONFIG_TLS=openssl\)/\1/'
|
|
else
|
|
else
|
|
HOSTAPD_CONFIG_DISABLE += CONFIG_EAP_PWD
|
|
HOSTAPD_CONFIG_DISABLE += CONFIG_EAP_PWD
|