watchdog.mk 535 B

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