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()
|
2020-08-27 11:18:21 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
2014-05-07 22:07:28 +02:00
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
help
|
2020-08-19 12:41:31 +02:00
|
|
|
IPTraf-ng is a console-based network monitoring program for
|
|
|
|
Linux that gathers displays information about IP traffic.
|
2014-05-07 22:07:28 +02:00
|
|
|
|
2020-08-19 12:41:31 +02:00
|
|
|
https://github.com/iptraf-ng/iptraf-ng
|
2014-05-07 22:07:28 +02:00
|
|
|
|
2017-07-31 15:53:46 +02:00
|
|
|
IPTraf-ng is a fork of original IPTraf v3.0.0
|
|
|
|
(http://iptraf.seul.org).
|
2020-08-27 11:18:21 +02:00
|
|
|
|
|
|
|
comment "iptraf-ng needs a toolchain w/ kernel headers >= 3.14"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|