From ebc2203619766ff3b9fffe3ed2e8e8597a898177 Mon Sep 17 00:00:00 2001 From: rubo77 <github@r.z11.de> Date: Mon, 15 Oct 2018 08:07:15 +0200 Subject: [PATCH] 2018.2 prepared: - added config-mode-geo-location-osm - remove already included ebtables-limit-arp feature --- site.mk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/site.mk b/site.mk index dd19cc0..c6341d8 100644 --- a/site.mk +++ b/site.mk @@ -3,7 +3,7 @@ # Always call `make` from the command line with the desired release version! # otherwise this is generated: #DEFAULT_GLUON_RELEASE := 2018.1 -DEFAULT_GLUON_RELEASE := 2018.1.1~exp$(shell date '+%y%m%d') +DEFAULT_GLUON_RELEASE := 2018.2.0.0~exp$(shell date '+%y%m%d') # Allow overriding the release number from the command line GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) @@ -25,8 +25,8 @@ GLUON_LANGS ?= en de # for feature packs see https://github.com/freifunk-gluon/gluon/blob/v2018.1.x/package/features GLUON_FEATURES := \ + config-mode-geo-location-osm \ web-private-wifi \ - ebtables-limit-arp \ ebtables-filter-multicast \ ebtables-filter-ra-dhcp \ mesh-batman-adv-15 \ @@ -64,6 +64,12 @@ GLUON_SITE_PACKAGES += \ gluon-config-mode-ppa \ # gluon-config-mode-contact-info-anonymous-hint + +# from T-X alt-esc package: +#GLUON_SITE_PACKAGES += \ +# gluon-alt-esc-client \ +# gluon-alt-esc-provider + # from ffm-packages GLUON_SITE_PACKAGES += \ ffffm-button-bind -- GitLab