update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,17 @@
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