Config.in 723 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_WAVEMON
  2. bool "wavemon"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on !BR2_STATIC_LIBS # libnl tools
  5. select BR2_PACKAGE_NCURSES
  6. select BR2_PACKAGE_LIBNL
  7. select BR2_PACKAGE_LIBNL_TOOLS
  8. help
  9. wavemon is a wireless device monitoring application that
  10. allows you to watch signal and noise levels, packet
  11. statistics, device configuration and network parameters of
  12. your wireless network hardware.
  13. Note that you need a Linux Kernel configuration with
  14. wireless extensions or with wireless extensions
  15. compatibility enabled.
  16. https://github.com/uoaerg/wavemon
  17. comment "wavemon needs a toolchain w/ threads, dynamic library"
  18. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS