diff options
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 |