Config.in 487 B

123456789101112131415
  1. comment "nload needs a toolchain w/ C++"
  2. depends on !BR2_INSTALL_LIBSTDCPP
  3. config BR2_PACKAGE_NLOAD
  4. bool "nload"
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. select BR2_PACKAGE_NCURSES
  7. help
  8. nload is a console application which monitors network traffic
  9. and bandwidth usage in real time. It visualizes the in- and
  10. outgoing traffic using two graphs and provides additional info
  11. like total amount of transfered data and min/max network
  12. usage.
  13. http://www.roland-riegel.de/nload/