hostapd: remove useless TLS provider selection override for wpad-mesh/wpa_supplicant-mesh

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48537
This commit is contained in:
Felix Fietkau 2016-01-28 22:42:14 +00:00
parent c1e6ef488f
commit eb47ddd557
1 changed files with 1 additions and 2 deletions

View File

@ -10,11 +10,10 @@ config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
choice
prompt "Choose TLS provider"
default WPA_SUPPLICANT_INTERNAL
depends on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpad || PACKAGE_wpad-mesh
depends on PACKAGE_wpa-supplicant || PACKAGE_wpad
config WPA_SUPPLICANT_INTERNAL
bool "internal"
depends on PACKAGE_wpa-supplicant || PACKAGE_wpad
config WPA_SUPPLICANT_OPENSSL
bool "openssl"