Config.in 425 B

1234567891011121314
  1. config BR2_PACKAGE_18XX_TI_UTILS
  2. bool "18xx-ti-utils"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
  4. select BR2_PACKAGE_LIBNL
  5. help
  6. TI Wilink calibration utilities.
  7. CONFIG_NL80211_TESTMODE must be enabled in the kernel
  8. configuration for this package to work.
  9. http://processors.wiki.ti.com/index.php/WL18xx_TX_Testing
  10. comment "18xx-ti-utils needs a toolchain w/ threads"
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS