Config.in 602 B

123456789101112131415161718
  1. config 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. http://humdi.net/vnstat
  14. comment "vnstat needs a toolchain w/ wchar"
  15. depends on BR2_USE_MMU
  16. depends on !BR2_USE_WCHAR