Config.in 462 B

123456789101112131415
  1. config BR2_PACKAGE_BMON
  2. bool "bmon"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
  4. select BR2_PACKAGE_LIBCONFUSE
  5. select BR2_PACKAGE_LIBNL
  6. select BR2_PACKAGE_NCURSES
  7. help
  8. bmon is a bandwidth monitor capable of retrieving statistics
  9. from various input modules. It provides various output methods
  10. including a curses based interface.
  11. https://github.com/tgraf/bmon/
  12. comment "bmon needs a toolchain w/ threads"
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS