2011-04-27 10:32:48 +02:00
|
|
|
config BR2_PACKAGE_TI_UTILS
|
|
|
|
bool "ti-utils"
|
2012-07-26 19:46:42 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
2011-04-27 10:32:48 +02:00
|
|
|
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
|
2012-07-26 19:46:42 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "ti-utils needs a toolchain w/ threads"
|
2012-07-26 19:46:42 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|