diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-12 22:16:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-12 22:16:24 +0000 |
commit | 89afc3a1d5b86c064e7da32c542d931cb73eca2b (patch) | |
tree | cd733661220fd539d93c1c3156dc1e2a2318d345 /contrib/package/freifunk-watchdog/Makefile | |
parent | 153d28729894409f19c2455df9ea158ddd1815cd (diff) |
contrib/package/freifunk-watchdog:
- poll /dev/watchdog if available
- also monitor dropbear
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 403fb9c97d..fc1e9d7e05 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:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := uci |