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