Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] hostapd: EAP support needs shared library support
@ 2014-07-23 18:38 Thomas Petazzoni
  2014-07-27  8:34 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2014-07-23 18:38 UTC (permalink / raw)
  To: buildroot

Fixes:

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/hostapd/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index eb530b3..8783e66 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
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-27  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-23 18:38 [Buildroot] [PATCH] hostapd: EAP support needs shared library support Thomas Petazzoni
2014-07-27  8:34 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox