package/watchdog: new package
authorAlejandro González <alejandro.gonzalez.correo@gmail.com>
Sat, 8 Aug 2020 21:48:15 +0000 (23:48 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 29 Aug 2020 12:30:05 +0000 (14:30 +0200)
commitd4ed6b7b857d446c9e60137f0e7e742f4bd8f99c
treea4ef94e4fdcfff2fe56ca4885642c5a66b7ee810
parentce49a59ff7d064bc4493e21900841364c7aa4f66
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>
package/Config.in
package/busybox/busybox.mk
package/watchdog/Config.in [new file with mode: 0644]
package/watchdog/watchdog.hash [new file with mode: 0644]
package/watchdog/watchdog.mk [new file with mode: 0644]