1config BR2_PACKAGE_TI_UTILS 2 bool "ti-utils" 3 depends on BR2_TOOLCHAIN_HAS_THREADS # libnl 4 select BR2_PACKAGE_LIBNL 5 help 6 The calibrator and other useful utilities for TI wireless 7 solution, based on wl12xx driver. 8 9 http://linuxwireless.sipsolutions.net/en/users/Drivers/wl12xx/calibrator/ 10 11comment "ti-utils needs a toolchain w/ threads" 12 depends on !BR2_TOOLCHAIN_HAS_THREADS 13