1################################################################################ 2# 3# watchdog 4# 5################################################################################ 6 7WATCHDOG_VERSION = 5.16 8WATCHDOG_SITE = http://downloads.sourceforge.net/sourceforge/watchdog 9WATCHDOG_LICENSE = GPL-2.0+ 10WATCHDOG_LICENSE_FILES = COPYING 11# By default installs binaries in /usr/sbin/, but we want them in 12# /sbin/ so that they fall at the same place as Busybox counterparts 13WATCHDOG_CONF_OPTS = --sbindir=/sbin 14 15$(eval $(autotools-package)) 16