66bb10b7b0
This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
30 lines
677 B
Plaintext
30 lines
677 B
Plaintext
config BR2_PACKAGE_HOSTAPD
|
|
bool "hostapd"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
|
select BR2_PACKAGE_LIBNL
|
|
help
|
|
User space daemon for wireless access points.
|
|
|
|
It implements IEEE 802.11 access point management,
|
|
IEEE 802.1X/WPA/WPA2/EAP authenticators, RADIUS client,
|
|
EAP server and RADIUS authentication server.
|
|
|
|
http://hostap.epitest.fi/
|
|
|
|
if BR2_PACKAGE_HOSTAPD
|
|
|
|
config BR2_PACKAGE_HOSTAPD_EAP
|
|
bool "Enable EAP"
|
|
help
|
|
Enable support for EAP and RADIUS.
|
|
|
|
config BR2_PACKAGE_HOSTAPD_WPS
|
|
bool "Enable WPS"
|
|
help
|
|
Enable support for Wi-Fi Protected Setup.
|
|
|
|
endif
|
|
|
|
comment "hostapd needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|