2015-01-10 14:38:46 +01:00
|
|
|
config BR2_PACKAGE_VNSTAT
|
|
|
|
bool "vnstat"
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-12-01 22:54:10 +01:00
|
|
|
depends on BR2_USE_WCHAR # mbstowcs()
|
2015-01-10 14:38:46 +01:00
|
|
|
help
|
2015-12-01 22:54:10 +01:00
|
|
|
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.
|
2015-01-10 14:38:46 +01:00
|
|
|
|
|
|
|
http://humdi.net/vnstat
|
2015-12-01 22:54:10 +01:00
|
|
|
|
|
|
|
comment "vnstat needs a toolchain w/ wchar"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_USE_WCHAR
|