fix(ffhb-breminale): watchdog per v100 ipv6 ula
This commit is contained in:
parent
ebe4baff09
commit
33a96a213b
2
modules
2
modules
|
@ -1,7 +1,7 @@
|
||||||
GLUON_SITE_FEEDS='ffhb ssidchanger'
|
GLUON_SITE_FEEDS='ffhb ssidchanger'
|
||||||
|
|
||||||
PACKAGES_FFHB_REPO=https://code.bremen.freifunk.net/ffhb/firmware/ffhb-packages.git
|
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
|
PACKAGES_FFHB_BRANCH=events
|
||||||
|
|
||||||
|
|
||||||
|
|
5
site.mk
5
site.mk
|
@ -22,12 +22,13 @@ GLUON_SITE_PACKAGES := \
|
||||||
# own packages
|
# own packages
|
||||||
# just for easy find
|
# just for easy find
|
||||||
GLUON_SITE_PACKAGES += \
|
GLUON_SITE_PACKAGES += \
|
||||||
|
ffhb-breminale \
|
||||||
respondd-wifi \
|
respondd-wifi \
|
||||||
respondd-module-wifisettings \
|
respondd-module-wifisettings \
|
||||||
respondd-module-interface-address \
|
respondd-module-interface-address \
|
||||||
respondd-module-lldp \
|
respondd-module-lldp \
|
||||||
reghack
|
reghack \
|
||||||
#TODO ffhb-breminale ...
|
tcpdump
|
||||||
|
|
||||||
# Allow overriding the these variables from the command line
|
# Allow overriding the these variables from the command line
|
||||||
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
||||||
|
|
Loading…
Reference in New Issue