package/libxslt: fix static build
[buildroot-gz.git] / package / iptraf-ng / Config.in
blob5574cfa9a5d2799a7105fc1f718a6305b61eaa63
1 config BR2_PACKAGE_IPTRAF_NG
2         bool "iptraf-ng"
3         depends on BR2_USE_MMU # fork()
4         select BR2_PACKAGE_NCURSES
5         select BR2_PACKAGE_NCURSES_TARGET_PANEL
6         help
7           IPTraf-ng is a ncurses-based network monitoring utility. It gathers
8           data like TCP connection packet and byte counts, interface statistics
9           and activity indicators.
11           https://fedorahosted.org/iptraf-ng/
13           IPTraf-ng is a fork of original IPTraf v3.0.0 (http://iptraf.seul.org).