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