diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-22 19:33:30 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-22 19:33:30 +0000 |
commit | c6a29c1a08f3e6bfcf5550a8428d7f444b2c1498 (patch) | |
tree | c6952c0b765a6a32979ae837ef7ea1d730a633ce /contrib/package/freifunk-watchdog/Makefile | |
parent | 216937af29f22e6a9ee7f2124bb8e22d57f961e3 (diff) |
contrib/package/freifunk-watchdog:
- 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
Diffstat (limited to 'contrib/package/freifunk-watchdog/Makefile')
-rw-r--r-- | contrib/package/freifunk-watchdog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-watchdog/Makefile b/contrib/package/freifunk-watchdog/Makefile index e3ff67401..563b5d029 100644 --- a/contrib/package/freifunk-watchdog/Makefile +++ b/contrib/package/freifunk-watchdog/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freifunk-watchdog -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := uci |