2014-05-07 22:07:28 +02:00
|
|
|
config BR2_PACKAGE_IPTRAF_NG
|
|
|
|
bool "iptraf-ng"
|
2014-05-09 15:36:18 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2014-05-07 22:07:28 +02:00
|
|
|
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"
|
2014-05-09 15:36:18 +02:00
|
|
|
depends on BR2_USE_MMU
|
2014-05-07 22:07:28 +02:00
|
|
|
depends on !BR2_INET_IPV6
|