mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
b8ceebe6d2
Watchdog daemon for the AMD Elan sc520 system-on-chip. The watchdogd deamon runs in the background and will reset the hardware watchdog timer of the elan-mmcr/soekris every 16 seconds. If this timer is not reset within 32 seconds thereafter the hardware will reboot. This software was specifically developed for http://www.soekris.com/ boards and for use within the http://www.wirelessleiden.nl/ project. WWW: http://www.webweaving.org/watchdog/ PR: ports/55797 Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
30 lines
667 B
Makefile
30 lines
667 B
Makefile
# New ports collection makefile for: ezload
|
|
# Date created: 18 august 2003
|
|
# Whom: dirkx@webweaving.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= watchdog
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.webweaving.org/watchdog/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dirkx@webweaving.org
|
|
COMMENT= "Watchdog daemon for the AMD Elan sc520 system-on-chip."
|
|
|
|
MAN8= watchdogd.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500043
|
|
# We need revision 1.12 of /sys/i386/i386/elan-mmrc.c and
|
|
# 1.1 of /sys/sys/watchdog.h. The first tag is RELENG_5_1.
|
|
#
|
|
IGNORE= 'This port only works on 5.1 and above / ${OSVERSION}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|