package/x11r7/xdriver_xf86-video-siliconmotion: bump version to 1.7.9
[buildroot-gz.git] / package / bmon / Config.in
blobbb796936ccf8c89a5872a30e3b47d7cd18152755
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 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