Config.in 357 B

12345678910111213141516
  1. config BR2_PACKAGE_WIRELESS_TOOLS
  2. bool "wireless tools"
  3. help
  4. A collection of tools to configure wireless lan cards.
  5. https://hewlettpackard.github.io/wireless-tools/
  6. if BR2_PACKAGE_WIRELESS_TOOLS
  7. config BR2_PACKAGE_WIRELESS_TOOLS_LIB
  8. bool "Install shared library"
  9. depends on !BR2_STATIC_LIBS
  10. help
  11. The shared library of wireless tools
  12. endif