diff options
Diffstat (limited to 'package/hostapd/Config.in')
-rw-r--r-- | package/hostapd/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |