7fe163368e
Also add new dependency on BR2_USE_WCHAR (version 1.14 uses mbstowcs()) and rewrap help text to 72 characters. Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
575 B
Plaintext
18 lines
575 B
Plaintext
config BR2_PACKAGE_VNSTAT
|
|
bool "vnstat"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_WCHAR # mbstowcs()
|
|
help
|
|
vnStat is a console-based network traffic monitor that keeps a
|
|
log of network traffic for the selected interface(s). It uses
|
|
the network interface statistics provided by the kernel as
|
|
information source. This means that vnStat won't actually be
|
|
sniffing any traffic and also ensures light use of system
|
|
resources.
|
|
|
|
http://humdi.net/vnstat
|
|
|
|
comment "vnstat needs a toolchain w/ wchar"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR
|