summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-23 20:38:45 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-27 10:32:50 +0200
commit0d1f55022798fb619241c7796eef8fcad4a84128 (patch)
tree3d72eca07d97748da113a812115f2385089ff25d /package
parentdaf3708be46d7eb7e9352ee987f37e32eb00c6bd (diff)
downloadbuildroot-0d1f55022798fb619241c7796eef8fcad4a84128.tar.gz
buildroot-0d1f55022798fb619241c7796eef8fcad4a84128.zip
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>
Diffstat (limited to 'package')
-rw-r--r--package/hostapd/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index eb530b336f..8783e66132 100644
--- a/package/hostapd/Config.in
+++ b/package/hostapd/Config.in
@@ -15,9 +15,13 @@ if BR2_PACKAGE_HOSTAPD
config BR2_PACKAGE_HOSTAPD_EAP
bool "Enable EAP"
+ depends on !BR2_PREFER_STATIC_LIB
help
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
bool "Enable WPS"
help
OpenPOWER on IntegriCloud