mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
hostapd: EAP support needs shared library support
Fixes: http://autobuild.buildroot.org/results/dcb/dcbdc25cd5b46917c8f740d492db7512021462fa/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
daf3708be4
commit
0d1f550227
@ -15,9 +15,13 @@ if BR2_PACKAGE_HOSTAPD
|
|||||||
|
|
||||||
config BR2_PACKAGE_HOSTAPD_EAP
|
config BR2_PACKAGE_HOSTAPD_EAP
|
||||||
bool "Enable EAP"
|
bool "Enable EAP"
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
help
|
help
|
||||||
Enable support for EAP and RADIUS.
|
Enable support for EAP and RADIUS.
|
||||||
|
|
||||||
|
comment "hostapd EAP needs a toolchain w/ dynamic library"
|
||||||
|
depends on BR2_PREFER_STATIC_LIB
|
||||||
|
|
||||||
config BR2_PACKAGE_HOSTAPD_WPS
|
config BR2_PACKAGE_HOSTAPD_WPS
|
||||||
bool "Enable WPS"
|
bool "Enable WPS"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user