From 33a96a213bc1be7c48569dd5a7e764d34feefabc Mon Sep 17 00:00:00 2001 From: genofire Date: Fri, 8 Jul 2022 21:32:01 +0200 Subject: [PATCH] fix(ffhb-breminale): watchdog per v100 ipv6 ula --- modules | 2 +- site.mk | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules b/modules index 853ef1a..9ba2468 100644 --- a/modules +++ b/modules @@ -1,7 +1,7 @@ GLUON_SITE_FEEDS='ffhb ssidchanger' PACKAGES_FFHB_REPO=https://code.bremen.freifunk.net/ffhb/firmware/ffhb-packages.git -PACKAGES_FFHB_COMMIT=bdf02ba772ea6500a7e999caecf87086790b871c +PACKAGES_FFHB_COMMIT=a0c8fd79622850cbf68b4a095efc049257e78740 PACKAGES_FFHB_BRANCH=events diff --git a/site.mk b/site.mk index b653590..68cdf82 100755 --- a/site.mk +++ b/site.mk @@ -22,12 +22,13 @@ GLUON_SITE_PACKAGES := \ # own packages # just for easy find GLUON_SITE_PACKAGES += \ + ffhb-breminale \ respondd-wifi \ respondd-module-wifisettings \ respondd-module-interface-address \ respondd-module-lldp \ - reghack -#TODO ffhb-breminale ... + reghack \ + tcpdump # Allow overriding the these variables from the command line GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))