The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bmon / Config.in
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.
11
12           http://www.infradead.org/~tgr/bmon/
13
14 comment "bmon needs a toolchain w/ threads"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS