Config.in 331 B

12345678910
  1. config BR2_PACKAGE_WATCHDOG
  2. bool "watchdog"
  3. depends on BR2_USE_MMU
  4. help
  5. Watchdog is a daemon that periodically pets a watchdog device
  6. if the configured system status checks pass. If they do not,
  7. the daemon may execute repair commands, shutdown the system or
  8. reboot it.
  9. https://sourceforge.net/projects/watchdog/