Merge pull request #10 from Freifunk-Troisdorf/v1.0-pre1

Removed HT_mode setting
Bugfix in Node Roles
This commit is contained in:
stebifan 2016-02-21 21:23:56 +01:00
commit f9281dda81
3 changed files with 35 additions and 7 deletions

View File

@ -30,3 +30,18 @@ msgstr ""
"Mehr zu Freifunk in Troisdorf findet sich online unter " "Mehr zu Freifunk in Troisdorf findet sich online unter "
"<a href="http://www.freifunk-troisdorf.de/">freifunk-troisdorf.de</a></p>" "<a href="http://www.freifunk-troisdorf.de/">freifunk-troisdorf.de</a></p>"
"<p>Viel Spaß mit deinem Knoten und der Erkundung von Freifunk!</p>" "<p>Viel Spaß mit deinem Knoten und der Erkundung von Freifunk!</p>"
msgid "gluon-luci-node-role:role:node"
msgstr "Normaler Node"
msgid "gluon-luci-node-role:role:uplink"
msgstr "Node mit Uplink"
msgid "gluon-luci-node-role:role:test"
msgstr "Test Node"
msgid "gluon-luci-node-role:role:backbone"
msgstr "Backbone Service Node"
msgid "gluon-luci-node-role:role:service"
msgstr "Service Node"

View File

@ -30,3 +30,18 @@ msgstr ""
"More information regarding Freifunk you will find on" "More information regarding Freifunk you will find on"
"<a href="http://www.freifunk-troisdorf.de/">freifunk-troisdorf.de</a></p>" "<a href="http://www.freifunk-troisdorf.de/">freifunk-troisdorf.de</a></p>"
"<p>Have fun with Freifunk!</p>" "<p>Have fun with Freifunk!</p>"
msgid "gluon-luci-node-role:role:node"
msgstr "Normaler Node"
msgid "gluon-luci-node-role:role:uplink"
msgstr "Node mit Uplink"
msgid "gluon-luci-node-role:role:test"
msgstr "Test Node"
msgid "gluon-luci-node-role:role:backbone"
msgstr "Backbone Service Node"
msgid "gluon-luci-node-role:role:service"
msgstr "Service Node"

View File

@ -15,7 +15,6 @@
regdom = 'DE', regdom = 'DE',
wifi24 = { wifi24 = {
channel = 5, channel = 5,
htmode = 'HT20',
ap = { ap = {
ssid = 'Freifunk', ssid = 'Freifunk',
}, },
@ -26,7 +25,6 @@
}, },
wifi5 = { wifi5 = {
channel = 44, channel = 44,
htmode = 'HT40+',
ap = { ap = {
ssid = 'Freifunk', ssid = 'Freifunk',
}, },
@ -136,11 +134,11 @@
roles = { roles = {
default = 'node', default = 'node',
list = { list = {
node = 'Normal Node', node,
uplink = 'Node mit Uplink', uplink',
test = 'Testknoten', test,
backbone = 'Backbone Provider', backbone,
service = 'Service Node', service,
}, },
}, },
} }