xref: /OK3568_Linux_fs/buildroot/package/iftop/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_IFTOP
2	bool "iftop"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	select BR2_PACKAGE_NCURSES
5	select BR2_PACKAGE_LIBPCAP
6	help
7	  iftop does for network usage what top(1) does for CPU usage.
8	  It listens to network traffic on a named interface and
9	  displays a table of current bandwidth usage by pairs of hosts.
10	  Handy for answering the question "why is our ADSL link so
11	  slow?".
12
13	  http://www.ex-parrot.com/pdw/iftop/
14
15comment "iftop needs a toolchain w/ threads"
16	depends on !BR2_TOOLCHAIN_HAS_THREADS
17