buildroot/package/watchdog/Config.in
Alejandro González d4ed6b7b85 package/watchdog: new package
watchdog is a flexible watchdog daemon that improves on the already
available Busybox watchdog daemon by providing more advanced features,
like defining custom system status checks and executing repair scripts
to react upon invariants that don't hold.

Due to "watchdog" being also provided by Busybox, we need to make that
package/watchdog installs the watchdog binary in the same place as
Busybox (i.e in /sbin), and need to add a dependency of Busybox on
this new watchdog package.

Signed-off-by: Alejandro González <alejandro.gonzalez.correo@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-08-29 14:30:05 +02:00

11 lines
331 B
Plaintext

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