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