diff options
Diffstat (limited to 'package/iptraf-ng/Config.in')
-rw-r--r-- | package/iptraf-ng/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/iptraf-ng/Config.in b/package/iptraf-ng/Config.in new file mode 100644 index 0000000000..fa369b327c --- /dev/null +++ b/package/iptraf-ng/Config.in @@ -0,0 +1,16 @@ +config BR2_PACKAGE_IPTRAF_NG + bool "iptraf-ng" + 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_INET_IPV6 |