From: Eneas U de Queiroz Date: Mon, 1 Jul 2019 16:40:01 +0000 (-0300) Subject: hostapd: adjust removed wolfssl options X-Git-Tag: v19.07.0-rc2~94 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=047329273be708585feef25ae738084fea2f9e8e;ds=sidebyside hostapd: adjust removed wolfssl options This edjusts the selection of recently removed wolfssl options which have always been built into the library even in their abscence. Also remove the selection of libwolfssl itself, allowing the library to be built as a module. Signed-off-by: Eneas U de Queiroz (cherry picked from commit 94d131332b5adbcf885a92608c40a22b79b3c708) --- diff --git a/package/network/services/hostapd/Config.in b/package/network/services/hostapd/Config.in index 22719e46d8..9dfa44e313 100644 --- a/package/network/services/hostapd/Config.in +++ b/package/network/services/hostapd/Config.in @@ -51,14 +51,10 @@ config WPA_WOLFSSL PACKAGE_wpad-wolfssl ||\ PACKAGE_wpad-mesh-wolfssl ||\ PACKAGE_eapol-test-wolfssl - select PACKAGE_libwolfssl select WOLFSSL_HAS_AES_CCM select WOLFSSL_HAS_ARC4 - select WOLFSSL_HAS_DES3 select WOLFSSL_HAS_DH - select WOLFSSL_HAS_ECC select WOLFSSL_HAS_OCSP - select WOLFSSL_HAS_PSK select WOLFSSL_HAS_SESSION_TICKET select WOLFSSL_HAS_WPAS