summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/freifunk-watchdog
AgeCommit message (Collapse)Author
2019-02-13treewide: move freifunk-related packages to separate repoSven Roederer
Even Freifunk was one of the major factory to create the LuCI-system, it's now only a very small part of LuCI. LuCI has become a much bigger thing and it seems that it's time to move the packages only relating to Freifunk into it's own feed. On the mailinglist it was discussed [1] and a repo below the general Freifunk team on github was created. This commit removes all packages that will be hosted in the new repo [2] 1 - http://lists.freifunk.net/pipermail/wlannews-freifunk.net/2019-February/004818.html 2 - https://github.com/freifunk/openwrt-packages Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2018-10-12freifunk-watchdog: Fix typosyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2015-06-25contrib/firefunk-watchdog: fix build against muslJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
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 .
2011-10-23contrib/package: complete rework of dependencies, should cure menuconfig issuesJo-Philipp Wich
2010-10-16freifunk-watchdog: copy with API change in latest uciJo-Philipp Wich
2009-10-04contrib/package: reap zombies in freifunk-watchdog, fix a warningJo-Philipp Wich
2009-07-31contrib/package: bump pkg revision as wellJo-Philipp Wich
2009-07-31contrib/package: increase load threshold of freifunk watchdog to 15.0Jo-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-06-20contrib/package/freifunk-watchdog: don't kill watchdog daemon before ↵Jo-Philipp Wich
sysupgrade, prepares support for atheros platforms
2009-06-16contrib/package: reorganize menu structure and move everything to an own ↵Jo-Philipp Wich
LuCI category, remove bitrot
2009-05-16contrib/package/freifunk-watchdog: reset hysteresis counter if test ↵Jo-Philipp Wich
condition is normal
2009-05-16contrib/package/freifunk-watchdog: nuke cronjob if wd is disabled and stop ↵Jo-Philipp Wich
is invoked
2009-05-16merge r4529 to trunkJo-Philipp Wich
2009-05-13contrib/package/freifunk-watchdog: add sysupgrade hook to terminate ffwatchd ↵Jo-Philipp Wich
before system upgrade
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