95e00339d1
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
571 B
Makefile
17 lines
571 B
Makefile
################################################################################
|
|
#
|
|
# watchdog
|
|
#
|
|
################################################################################
|
|
|
|
WATCHDOG_VERSION = 5.16
|
|
WATCHDOG_SITE = http://downloads.sourceforge.net/sourceforge/watchdog
|
|
WATCHDOG_SELINUX_MODULES = watchdog
|
|
WATCHDOG_LICENSE = GPL-2.0+
|
|
WATCHDOG_LICENSE_FILES = COPYING
|
|
# By default installs binaries in /usr/sbin/, but we want them in
|
|
# /sbin/ so that they fall at the same place as Busybox counterparts
|
|
WATCHDOG_CONF_OPTS = --sbindir=/sbin
|
|
|
|
$(eval $(autotools-package))
|