Skip to content
Snippets Groups Projects
Commit 6f1d9c0c authored by Philippe's avatar Philippe
Browse files

Add Modules zip and set-segment. Remove lowmem-patches

parent a8559a91
No related branches found
No related tags found
No related merge requests found
...@@ -61,3 +61,9 @@ msgid "gluon-config-mode:altitude-help" ...@@ -61,3 +61,9 @@ msgid "gluon-config-mode:altitude-help"
msgstr "" msgstr ""
"Die Höhenangabe ist optional und sollte nur gesetzt werden, wenn ein " "Die Höhenangabe ist optional und sollte nur gesetzt werden, wenn ein "
"exakter Wert bekannt ist." "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."
...@@ -52,3 +52,9 @@ msgid "gluon-config-mode:altitude-help" ...@@ -52,3 +52,9 @@ msgid "gluon-config-mode:altitude-help"
msgstr "" msgstr ""
"Specifying the altitude is optional and should only be done if a proper " "Specifying the altitude is optional and should only be done if a proper "
"value is known." "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."
GLUON_SITE_FEEDS='ffs' GLUON_SITE_FEEDS='ffs'
PACKAGES_FFS_REPO=https://github.com/freifunk-stuttgart/Gluon-Packages PACKAGES_FFS_REPO=https://github.com/freifunk-stuttgart/Gluon-Packages
PACKAGES_FFS_COMMIT=5452ccc85d87b957c9613d8ba61e81891150eee0 PACKAGES_FFS_COMMIT=ba16b8bddc39bf4d476b6a8c28a029b5b8341ada
...@@ -9,6 +9,7 @@ GLUON_SITE_PACKAGES := \ ...@@ -9,6 +9,7 @@ GLUON_SITE_PACKAGES := \
gluon-config-mode-geo-location \ gluon-config-mode-geo-location \
gluon-config-mode-hostname \ gluon-config-mode-hostname \
gluon-config-mode-mesh-vpn \ gluon-config-mode-mesh-vpn \
gluon-config-mode-zip \
gluon-ebtables-filter-multicast \ gluon-ebtables-filter-multicast \
gluon-ebtables-filter-ra-dhcp \ gluon-ebtables-filter-ra-dhcp \
gluon-luci-admin \ gluon-luci-admin \
...@@ -25,7 +26,7 @@ GLUON_SITE_PACKAGES := \ ...@@ -25,7 +26,7 @@ GLUON_SITE_PACKAGES := \
haveged \ haveged \
iptables \ iptables \
iwinfo \ iwinfo \
ffs-lowmem-patches \ ffs-set-segment \
# add addition network drivers and usb support only to targes where disk space does not matter. # add addition network drivers and usb support only to targes where disk space does not matter.
ifeq ($(GLUON_TARGET),x86-generic) ifeq ($(GLUON_TARGET),x86-generic)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment