wpa_supplicant: fix build without openssl
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
76c4fa0067
commit
0b5fe8cbe7
@ -23,7 +23,7 @@ endif
|
||||
|
||||
ifneq ($(BR2_PACKAGE_WPA_SUPPLICANT_EAP),y)
|
||||
define WPA_SUPPLICANT_CRYPTO_CONFIG
|
||||
$(SED) "s/^CONFIG_EAP_*/#CONFIG_EAP_/g" $(WPA_SUPPLICANT_CONFIG) \
|
||||
$(SED) "s/^CONFIG_EAP_*/#CONFIG_EAP_/g" $(WPA_SUPPLICANT_CONFIG)
|
||||
echo "CONFIG_TLS=none" >>$(WPA_SUPPLICANT_CONFIG)
|
||||
endef
|
||||
else
|
||||
@ -34,7 +34,7 @@ define WPA_SUPPLICANT_CRYPTO_CONFIG
|
||||
endef
|
||||
else
|
||||
define WPA_SUPPLICANT_CRYPTO_CONFIG
|
||||
echo "CONFIG_TLS=internal" >>$(WPA_SUPPLICANT_CONFIG) \
|
||||
echo "CONFIG_TLS=internal" >>$(WPA_SUPPLICANT_CONFIG)
|
||||
echo "CONFIG_INTERNAL_LIBTOMMATH=y" >>$(WPA_SUPPLICANT_CONFIG)
|
||||
endef
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user