let ipkg fail when a package file to be installed is not found
[openwrt/svn-archive/archive.git] / openwrt / package / iftop / Config.in
1 config BR2_PACKAGE_IFTOP
2 prompt "iftop............................. display bandwith usage on an interface"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBPCAP
6 select BR2_PACKAGE_LIBNCURSES
7 select BR2_PACKAGE_LIBPTHREAD
8 help
9 iftop does for network usage what top(1) does for CPU usage. It
10 listens to network traffic on a named interface and displays a
11 table of current bandwidth usage by pairs of hosts. Handy for
12 answering the question "why is our ADSL link so slow?".
13
14 http://www.ex-parrot.com/~pdw/iftop/