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