Config.in 546 B

1234567891011121314151617
  1. config 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. https://github.com/iptraf-ng/iptraf-ng
  10. IPTraf-ng is a fork of original IPTraf v3.0.0
  11. (http://iptraf.seul.org).
  12. comment "iptraf-ng needs a toolchain w/ kernel headers >= 3.14"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14