summaryrefslogtreecommitdiffstats
path: root/package/iptraf-ng/Config.in
blob: 64e19d257662554259c6ea14ff45b90b7d57efbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config BR2_PACKAGE_IPTRAF_NG
	bool "iptraf-ng"
	depends on BR2_USE_MMU # fork()
	select BR2_PACKAGE_NCURSES
	select BR2_PACKAGE_NCURSES_TARGET_PANEL
	depends on BR2_INET_IPV6
	help
	  IPTraf-ng is a ncurses-based network monitoring utility. It gathers
	  data like TCP connection packet and byte counts, interface statistics
	  and activity indicators.

	  https://fedorahosted.org/iptraf-ng/

	  IPTraf-ng is a fork of original IPTraf v3.0.0 (http://iptraf.seul.org).

comment "iptraf-ng needs a toolchain w/ IPv6"
	depends on BR2_USE_MMU
	depends on !BR2_INET_IPV6
OpenPOWER on IntegriCloud