The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / iptraf-ng / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/iptraf-ng/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/iptraf-ng/Config.in
new file mode 100644 (file)
index 0000000..5574cfa
--- /dev/null
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_IPTRAF_NG
+       bool "iptraf-ng"
+       depends on BR2_USE_MMU # fork()
+       select BR2_PACKAGE_NCURSES
+       select BR2_PACKAGE_NCURSES_TARGET_PANEL
+       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).