[Buildroot] [git commit] linux-zigbee: add missing comment for thread dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jun 9 12:39:18 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=1ce2382251e849d294cd6fec14a472c0f5ed669a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/linux-zigbee/Config.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/linux-zigbee/Config.in b/package/linux-zigbee/Config.in
index ef7c760..555e859 100644
--- a/package/linux-zigbee/Config.in
+++ b/package/linux-zigbee/Config.in
@@ -1,3 +1,6 @@
+comment "linux-zigbee needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_LINUX_ZIGBEE
 	bool "linux-zigbee"
 	depends on BR2_USE_MMU # fork()


More information about the buildroot mailing list