diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-09 20:28:40 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-09 20:28:40 +0000 |
commit | 6828f982b89c4f85101fb8cfd5987ae4b1992de8 (patch) | |
tree | ec85320655636006033a478d7fcb5ca80f6ca4bb /package/wpa_supplicant/Config.in | |
parent | dc4c57cf12cd658fe659ea4806061f29a62081b0 (diff) | |
download | buildroot-novena-6828f982b89c4f85101fb8cfd5987ae4b1992de8.tar.gz buildroot-novena-6828f982b89c4f85101fb8cfd5987ae4b1992de8.zip |
wpa_supplicant: new package
Patch by Gustavo Zacarias <gustavo@zacarias.com.br>
Closes #81.
Diffstat (limited to 'package/wpa_supplicant/Config.in')
-rw-r--r-- | package/wpa_supplicant/Config.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package/wpa_supplicant/Config.in b/package/wpa_supplicant/Config.in new file mode 100644 index 000000000..4b5023972 --- /dev/null +++ b/package/wpa_supplicant/Config.in @@ -0,0 +1,32 @@ +config BR2_PACKAGE_WPA_SUPPLICANT + bool "wpa_supplicant" + help + WPA supplicant for secure wireless networks + + http://hostap.epitest.fi/wpa_supplicant/ + +config BR2_PACKAGE_WPA_SUPPLICANT_EAP + bool "Enable WPA with 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. + +config BR2_PACKAGE_WPA_SUPPLICANT_CLI + bool "Install wpa_cli binary" + depends on BR2_PACKAGE_WPA_SUPPLICANT + help + Install wpa_cli command line utility + +config BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE + bool "Install wpa_passphrase binary" + depends on BR2_PACKAGE_WPA_SUPPLICANT + help + Install wpa_passphrase command line utility + |