From cc3eeb265ecb0c98941671ecdc6875e10acfef63 Mon Sep 17 00:00:00 2001 From: Flip <philippe@pilarkto.net> Date: Sun, 27 Aug 2017 19:01:42 +0200 Subject: [PATCH] add ffs-watchdog for rebooting hanging nodes. --- modules | 2 +- site.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules b/modules index ca1c129..d7dddef 100644 --- a/modules +++ b/modules @@ -1,4 +1,4 @@ GLUON_SITE_FEEDS='ffs' PACKAGES_FFS_REPO=https://github.com/freifunk-stuttgart/Gluon-Packages -PACKAGES_FFS_COMMIT=cd7c63718c1c892853d899812b2526e9a5de321b +PACKAGES_FFS_COMMIT=a6e07d780ccead52bf9e6674437e2d621721f6fb diff --git a/site.mk b/site.mk index 600959d..b46b1f5 100644 --- a/site.mk +++ b/site.mk @@ -27,6 +27,7 @@ GLUON_SITE_PACKAGES := \ iptables \ iwinfo \ ffs-set-segment \ + ffs-watchdog \ # add addition network drivers and usb support only to targes where disk space does not matter. ifeq ($(GLUON_TARGET),x86-generic) -- GitLab