diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-07-26 14:46:42 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-30 19:19:09 +0200 |
commit | 065bf8a4d606c60fe745147ede76a93471faf85b (patch) | |
tree | 507c2bed0c1bd2ede1431a75fd9bf6e9dfa592ce /package/ti-utils | |
parent | 0d27d8cb46b9f0805e90dd09d579cb1dbb7aff7b (diff) | |
download | buildroot-novena-065bf8a4d606c60fe745147ede76a93471faf85b.tar.gz buildroot-novena-065bf8a4d606c60fe745147ede76a93471faf85b.zip |
libnl: requires thread support
Fixes
http://autobuild.buildroot.net/results/813602e91ad4022957b3bc8d285ddb2b05d3b875/build-end.log
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ti-utils')
-rw-r--r-- | package/ti-utils/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/ti-utils/Config.in b/package/ti-utils/Config.in index 02ae336dc..94d620458 100644 --- a/package/ti-utils/Config.in +++ b/package/ti-utils/Config.in @@ -1,8 +1,12 @@ config BR2_PACKAGE_TI_UTILS bool "ti-utils" + depends on BR2_TOOLCHAIN_HAS_THREADS # libnl select BR2_PACKAGE_LIBNL help The calibrator and other useful utilities for TI wireless solution, based on wl12xx driver. http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator + +comment "ti-utils requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS |