xref: /OK3568_Linux_fs/buildroot/package/iptraf-ng/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IPTRAF_NG
2*4882a593Smuzhiyun	bool "iptraf-ng"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
5*4882a593Smuzhiyun	select BR2_PACKAGE_NCURSES
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  IPTraf-ng is a console-based network monitoring program for
8*4882a593Smuzhiyun	  Linux that gathers displays information about IP traffic.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://github.com/iptraf-ng/iptraf-ng
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  IPTraf-ng is a fork of original IPTraf v3.0.0
13*4882a593Smuzhiyun	  (http://iptraf.seul.org).
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "iptraf-ng needs a toolchain w/ kernel headers >= 3.14"
16*4882a593Smuzhiyun	depends on BR2_USE_MMU
17*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
18