Config.in 387 B

123456789101112
  1. config 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. http://linuxwireless.sipsolutions.net/en/users/Drivers/wl12xx/calibrator/
  9. comment "ti-utils needs a toolchain w/ threads"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS