3c9265dd79
Added license hash. vnstat as of version 2.0 requires sqlite:bb24d7bd0f
Added --disable-extra-paths to _CONF_OPTS to prevent build error:fffc15d877
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
602 B
Plaintext
19 lines
602 B
Plaintext
config BR2_PACKAGE_VNSTAT
|
|
bool "vnstat"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_WCHAR # mbstowcs()
|
|
select BR2_PACKAGE_SQLITE
|
|
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
|