Anpassungen für 2016.2.x

master
Thomas Hooge 2023-08-17 09:23:44 +02:00
parent 9ad996a987
commit 91fe261dec
4 changed files with 19 additions and 6 deletions

View File

@ -27,7 +27,7 @@ msgstr ""
"Nach versenden der E-Mail kann es mitunter ein paar Stunden dauern bis dein "
"Knoten sich verbindet.</p>"
"<div class=\"the-key\">"
" # <%= hostname %>"
" # <%= escape(hostname) %>"
" <br/>"
"<%= pubkey %>"
"</div>"
@ -57,4 +57,7 @@ msgid "gluon-luci-node-role:role:service"
msgstr "Knoten für Dienste"
msgid "gluon-luci-node-role:role:test"
msgstr "Knoten für Tests"
msgstr "Knoten für Tests"
msgid "gluon-luci-node-role:role:hidden"
msgstr "Unsichtbarer Knoten"

View File

@ -24,7 +24,7 @@ msgstr ""
"<a href=\"mailto:keys@freifunk-prignitz.de\">keys@freifunk-prignitz.de</a>."
"After sending the mail it can take a few hours until your node gets connected.</p>"
"<div class=\"the-key\">"
" # <%= hostname %>"
" # <%= escape(hostname) %>"
" <br/>"
"<%= pubkey %>"
"</div>"
@ -53,4 +53,7 @@ msgid "gluon-luci-node-role:role:service"
msgstr "Service Node"
msgid "gluon-luci-node-role:role:test"
msgstr "Test Node"
msgstr "Test Node"
msgid "gluon-luci-node-role:role:hidden"
msgstr "Hidden Node"

View File

@ -108,7 +108,8 @@
'mobile',
'offloader',
'service',
'test'
'test',
'hidden'
}
},
config_mode = {

View File

@ -11,11 +11,12 @@ GLUON_SITE_PACKAGES := \
gluon-config-mode-mesh-vpn \
gluon-ebtables-filter-multicast \
gluon-ebtables-filter-ra-dhcp \
gluon-ebtables-segment-mld \
gluon-luci-admin \
gluon-luci-autoupdater \
gluon-luci-portconfig \
gluon-luci-wifi-config \
gluon-luci-node-role \
gluon-luci-node-role \
gluon-next-node \
gluon-mesh-vpn-fastd \
gluon-radvd \
@ -109,6 +110,11 @@ GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
GLUON_PRIORITY ?= 0
# Region code required for some images; supported values: us eu
GLUON_REGION ?= eu
GLUON_ATH10K_MESH ?= 11s
GLUON_LANGS ?= en de
# Enable autoupdater