hostapd: EAP support needs shared library support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 23 Jul 2014 18:38:45 +0000 (20:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 27 Jul 2014 08:32:50 +0000 (10:32 +0200)
Fixes:

  http://autobuild.buildroot.org/results/dcb/dcbdc25cd5b46917c8f740d492db7512021462fa/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/hostapd/Config.in

index eb530b336f0c43aad044292ba585c29a0602173c..8783e66132d3c67c0f81c39366f0965544098d3a 100644 (file)
@@ -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