From 6f1d9c0c68e8110c6ecb6a14f21777aee6c878db Mon Sep 17 00:00:00 2001
From: Flip <philippe@pilarkto.net>
Date: Tue, 14 Feb 2017 20:22:22 +0100
Subject: [PATCH] Add Modules zip and set-segment. Remove lowmem-patches

---
 i18n/de.po | 6 ++++++
 i18n/en.po | 6 ++++++
 modules    | 2 +-
 site.mk    | 3 ++-
 4 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/i18n/de.po b/i18n/de.po
index a84caad..20b4449 100644
--- a/i18n/de.po
+++ b/i18n/de.po
@@ -61,3 +61,9 @@ msgid "gluon-config-mode:altitude-help"
 msgstr ""
 "Die Höhenangabe ist optional und sollte nur gesetzt werden, wenn ein "
 "exakter Wert bekannt ist."
+
+msgid "gluon-config-mode:zip-help"
+"Some nice Text about the ZIP-Code "
+"and how it help for subnetting."
+msgstr ""
+"Die PLZ hilft dem Freifunk-Knoten automatisch die beste Gegenstelle (Segment) auszuwählen."
diff --git a/i18n/en.po b/i18n/en.po
index 001af83..3759469 100644
--- a/i18n/en.po
+++ b/i18n/en.po
@@ -52,3 +52,9 @@ msgid "gluon-config-mode:altitude-help"
 msgstr ""
 "Specifying the altitude is optional and should only be done if a proper "
 "value is known."
+
+msgid "gluon-config-mode:zip-help"
+"Some nice Text about the ZIP-Code "
+"and how it help for subnetting."
+msgstr ""
+"ZIP-Codes are used to automatically assign your Freifunk-Node to the right Segment."
diff --git a/modules b/modules
index c4788d4..fa78ca3 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=5452ccc85d87b957c9613d8ba61e81891150eee0
+PACKAGES_FFS_COMMIT=ba16b8bddc39bf4d476b6a8c28a029b5b8341ada
diff --git a/site.mk b/site.mk
index 55bcfdf..79469e3 100644
--- a/site.mk
+++ b/site.mk
@@ -9,6 +9,7 @@ GLUON_SITE_PACKAGES := \
 	gluon-config-mode-geo-location \
 	gluon-config-mode-hostname \
 	gluon-config-mode-mesh-vpn \
+	gluon-config-mode-zip \
 	gluon-ebtables-filter-multicast \
 	gluon-ebtables-filter-ra-dhcp \
 	gluon-luci-admin \
@@ -25,7 +26,7 @@ GLUON_SITE_PACKAGES := \
 	haveged \
 	iptables \
 	iwinfo \
-	ffs-lowmem-patches \
+	ffs-set-segment \
 
 # add addition network drivers and usb support only to targes where disk space does not matter.
 ifeq ($(GLUON_TARGET),x86-generic)
-- 
GitLab