diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-10-06 14:35:20 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-18 11:24:07 +0200 |
commit | d73efad3fe8d47fc3d7785a614c6369897bb5192 (patch) | |
tree | be4611b29d55c2955c287348b9ce13b79e74db9f /package/wpa_supplicant/Config.in | |
parent | daff8f47ab4885f317672697ca47a6576ce4cd1b (diff) |
wpa_supplicant: bump to 0.7.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/wpa_supplicant/Config.in')
-rw-r--r-- | package/wpa_supplicant/Config.in | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/package/wpa_supplicant/Config.in b/package/wpa_supplicant/Config.in index 4b5023972..e3df2b4d8 100644 --- a/package/wpa_supplicant/Config.in +++ b/package/wpa_supplicant/Config.in @@ -6,17 +6,10 @@ config BR2_PACKAGE_WPA_SUPPLICANT http://hostap.epitest.fi/wpa_supplicant/ config BR2_PACKAGE_WPA_SUPPLICANT_EAP - bool "Enable WPA with EAP" + bool "Enable EAP" depends on BR2_PACKAGE_WPA_SUPPLICANT help - Enable WPA with EAP (IEEE 802.1X) - -config BR2_PACKAGE_WPA_SUPPLICANT_OPENSSL - bool "Use openssl TLS (recommended)" - depends on BR2_PACKAGE_WPA_SUPPLICANT && BR2_PACKAGE_WPA_SUPPLICANT_EAP - select BR2_PACKAGE_OPENSSL - help - Use OpenSSL's TLS implementation instead of internal libtommath. + Enable support for EAP. config BR2_PACKAGE_WPA_SUPPLICANT_CLI bool "Install wpa_cli binary" |