Config.in 519 B

12345678910111213141516
  1. config BR2_PACKAGE_MONIT
  2. bool "monit"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_USE_MMU # fork()
  5. help
  6. Monit is a free open source utility for managing and
  7. monitoring, processes, programs, files, directories and
  8. filesystems on a UNIX system. Monit conducts automatic
  9. maintenance and repair and can execute meaningful causal
  10. actions in error situations.
  11. http://mmonit.com/monit/
  12. comment "monit needs a toolchain w/ threads"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_TOOLCHAIN_HAS_THREADS