harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / vnstat / Config.in
blobbb68c144625304e1a341d60e9e76e21f2bf820fd
1 config BR2_PACKAGE_VNSTAT
2         bool "vnstat"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_USE_WCHAR # mbstowcs()
5         help
6           vnStat is a console-based network traffic monitor that keeps a
7           log of network traffic for the selected interface(s). It uses
8           the network interface statistics provided by the kernel as
9           information source. This means that vnStat won't actually be
10           sniffing any traffic and also ensures light use of system
11           resources.
13           http://humdi.net/vnstat
15 comment "vnstat needs a toolchain w/ wchar"
16         depends on BR2_USE_MMU
17         depends on !BR2_USE_WCHAR