summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/freifunk-watchdog/src/watchdog.c
AgeCommit message (Collapse)Author
2018-10-12freifunk-watchdog: Fix typosyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2015-01-16Update my email addresses in the license headersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2012-07-15contrib/package: make freifunk-watchdog more genericJo-Philipp Wich
This change is based on a patch by "flyn" from https://dev.openwrt.org/ticket/11868 .
2009-10-04contrib/package: reap zombies in freifunk-watchdog, fix a warningJo-Philipp Wich
2009-06-22contrib/package/freifunk-watchdog:Jo-Philipp Wich
- lower watchdog poll interval to 10 seconds (fixes reboot porblems on rb532) - prevent unneeded config reloads (happens when no wireless device is active) - remove not working watchdog stop workaround (no driver can cope with 3600) - bump pkg revision
2009-05-16contrib/package/freifunk-watchdog: reset hysteresis counter if test ↵Jo-Philipp Wich
condition is normal
2009-05-16merge r4529 to trunkJo-Philipp Wich
2009-05-13contrib/package/freifunk-watchdog: workaround CONFIG_WATCHDOG_NOWAYOUT, trap ↵Jo-Philipp Wich
signals
2009-05-12contrib/package/freifunk-watchdog:Jo-Philipp Wich
- poll /dev/watchdog if available - also monitor dropbear
2009-05-09contrib/package/freifunk-watchdog: better handle checking for uci updatesJo-Philipp Wich
2009-05-06contrib/package/freifunk-watchdog: fixup build and package dependencies, fix ↵Jo-Philipp Wich
hysteresis counter if both bssid and channel are wrong
2009-05-04contrib/package: introduce hysteresis in watchdogJo-Philipp Wich
2009-05-04contrib/package: fix running checkJo-Philipp Wich
2009-05-04contrib/package: add freifunk watchdog daemonJo-Philipp Wich