package/python-web2py: new package
[buildroot-gz.git] / package / hostapd / Config.in
blob656645bff15eb7d325469f1d8e6db9dd2763170e
1 config BR2_PACKAGE_HOSTAPD
2         bool "hostapd"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
4         depends on BR2_USE_MMU # fork()
5         select BR2_PACKAGE_LIBNL
6         help
7           User space daemon for wireless access points.
9           It implements IEEE 802.11 access point management,
10           IEEE 802.1X/WPA/WPA2/EAP authenticators, RADIUS client,
11           EAP server and RADIUS authentication server.
13           http://hostap.epitest.fi/
15 if BR2_PACKAGE_HOSTAPD
17 config BR2_PACKAGE_HOSTAPD_EAP
18         bool "Enable EAP"
19         depends on !BR2_STATIC_LIBS
20         help
21           Enable support for EAP and RADIUS.
23 comment "hostapd EAP needs a toolchain w/ dynamic library"
24         depends on BR2_STATIC_LIBS
26 config BR2_PACKAGE_HOSTAPD_WPS
27         bool "Enable WPS"
28         help
29           Enable support for Wi-Fi Protected Setup.
31 endif
33 comment "hostapd needs a toolchain w/ threads"
34         depends on !BR2_TOOLCHAIN_HAS_THREADS
35         depends on BR2_USE_MMU