From 065bf8a4d606c60fe745147ede76a93471faf85b Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 26 Jul 2012 14:46:42 -0300 Subject: libnl: requires thread support Fixes http://autobuild.buildroot.net/results/813602e91ad4022957b3bc8d285ddb2b05d3b875/build-end.log Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/hostapd/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/hostapd') diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in index 4a474c37e..49e8400fa 100644 --- a/package/hostapd/Config.in +++ b/package/hostapd/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_HOSTAPD bool "hostapd" + depends on BR2_TOOLCHAIN_HAS_THREADS # libnl select BR2_PACKAGE_LIBNL help User space daemon for wireless access points. @@ -23,3 +24,6 @@ config BR2_PACKAGE_HOSTAPD_WPS Enable support for Wi-Fi Protected Setup. endif + +comment "hostapd requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3