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