|
@@ -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
|