1config 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 12 https://github.com/tgraf/bmon/ 13 14comment "bmon needs a toolchain w/ threads" 15 depends on !BR2_TOOLCHAIN_HAS_THREADS 16