065bf8a4d6
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>
13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
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
|