diff --git a/README.md b/README.md
index fd29ccd0cf301b0859c3d4b2a23cb99a97261b95..38c2d90bfcf1ad63e112dbe75b8bc3d2310589d6 100644
--- a/README.md
+++ b/README.md
@@ -7,5 +7,7 @@ Freifunk Stuttgart specific Gluon configuration
 Doku: https://gluon.readthedocs.org/en/latest/user/site.html
 
 Gluon versions used for specific Stuttgart Freifunk Firmware builds:
+* ffs-0.8: v2016.2
+* ffs-0.7: v2016.1.3
 * ffs-0.6: v2016.1
 * ffs-0.5: v2015.1.2
diff --git a/i18n/de.po b/i18n/de.po
index 9fd3361beda15e902b21400c736d666b54a4a085..e34a9f1d1bdf5b3f0be8c2abf223445044d2c318 100644
--- a/i18n/de.po
+++ b/i18n/de.po
@@ -22,13 +22,13 @@ msgstr ""
 "<p>Dies ist der öffentliche Schlüssel deines Freifunk-Knotens. Erst nachdem er auf "
 "den Servern des Stuttgarter Freifunk-Projektes eingetragen wurde "
 "kann sich dein Knoten mit den Mesh-VPNs in Stuttgart verbinden. "
-"Bitte schicke dazu diesen Schlüssel, den Namen deines Knotens (<em><%=hostname%></em>) und die MAC-Adresse (<em><%=sysconfig.primary_mac%></em>) "
-"an <a href=\"mailto:vpn-schluessel@lists.freifunk-stuttgart.net?&amp;subject=Neuer%20Freifunk-Knoten%3A%20<%=hostname%>&amp;body=Name%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>%0D%0AMAC%3A%20<%=sysconfig.primary_mac%>%0D%0A\">vpn-schluessel@lists.freifunk-stuttgart.net</a> - "
-"<a href=\"mailto:vpn-schluessel@lists.freifunk-stuttgart.net?&amp;subject=Neuer%20Freifunk-Knoten%3A%20<%=hostname%>&amp;body=Name%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>%0D%0AMAC%3A%20<%=sysconfig.primary_mac%>%0D%0A\">Email jetzt absenden</a>. "
+"Bitte schicke dazu diesen Schlüssel, den Namen deines Knotens (<em><%=escape(hostname)%></em>) und die MAC-Adresse (<em><%=sysconfig.primary_mac%></em>) "
+"an <a href=\"mailto:vpn-schluessel@lists.freifunk-stuttgart.net?&amp;subject=Neuer%20Freifunk-Knoten%3A%20<%=urlescape(hostname)%>&amp;body=Name%3A%20<%=urlescape(hostname)%>%0D%0AKey%3A%20<%=pubkey%>%0D%0AMAC%3A%20<%=sysconfig.primary_mac%>%0D%0A\">vpn-schluessel@lists.freifunk-stuttgart.net</a> - "
+"<a href=\"mailto:vpn-schluessel@lists.freifunk-stuttgart.net?&amp;subject=Neuer%20Freifunk-Knoten%3A%20<%=urlescape(hostname)%>&amp;body=Name%3A%20<%=urlescape(hostname)%>%0D%0AKey%3A%20<%=pubkey%>%0D%0AMAC%3A%20<%=sysconfig.primary_mac%>%0D%0A\">Email jetzt absenden</a>. "
 "<small>Ein Klick auf den E-Mail Link müsste&trade; dein E-Mail Programm "
 "öffnen und alle benötigten Informationen in eine neue Mail einfügen.</small></p>"
 "<div class=\"the-key\">"
-" Name: <%= hostname %>"
+" Name: <%=escape(hostname)%>"
 " <br/>"
 " Key: <%= pubkey %>"
 " <br/>"
@@ -41,13 +41,15 @@ msgstr ""
 "Freifunk-Knoten in seiner Nähe zu verbinden. "
 "<h2>Und was jetzt?</h2>"
 "Weitere Informationen zur Freifunk-Community findest du auf den Webseiten von "
-"<a href=\"http://www.freifunk-suttgart.de/\">Freifunk Stuttgart</a> oder unter <a href=\"http://www.freifunk.net/\">freifunk.net</a>. "
+"<a href=\"http://www.freifunk-suttgart.de/\" target=\"_blank\">Freifunk Stuttgart</a> oder unter <a href=\"http://www.freifunk.net/\" target=\"_blank\">freifunk.net</a>. "
 "<dl> "
+"    <dt>Konfigurations Modus</dt> "
+"        <dd>Du kannst jederzeit in diesen Konfigurations Modus zurückkehren indem du ca. 10 Sekunden den Resetknopf am Knoten drückst, bis alle Lämpchen einmal gemeinsam aufleuchten, und dann losläßt.</dd> "
 "    <dt>Karte</dt> "
-"        <dd>Die Karten sind unter <a href=\"http://karte.freifunk-stuttgart.de/\">gw01.freifunk-stuttgart.de/</a> erreichbar.</dd> "
+"        <dd>Die Karten sind unter <a href=\"http://karte.freifunk-stuttgart.de/\" target=\"_blank\">karte.freifunk-stuttgart.de</a> oder <a href=\"http://map.freifunk-stuttgart.de/\" target=\"_blank\">map.freifunk-stuttgart.de</a> erreichbar.</dd> "
 "    <dt>Next Node</dt> "
 "        <dd>Den Router mit dem man momentan verbunden ist, kann man immer unter der sogenannten Next Node Adresse erreichen. Diese ist für jeden Router gleich:</dd> "
-"        <dd>&bull; Stuttgart &mdash; <a href=\"http://[fd21:711::1]/\">fd21:711::1</a></dd>"
+"        <dd>&bull; Stuttgart &mdash; <a href=\"http://[fd21:711::1]/\" target=\"_blank\">fd21:711::1</a></dd>"
 "</dl> "
 "Viel Spaß mit deinem Knoten und bei der Erkundung von Freifunk!<br /> "
 "<small>Hilf uns weitere Anleitungen, Texte, Grafiken, Applikationen, Schaubilder, und ähnliches zu erstellen die wir hier verlinken können, um jedem neuen Freifunker einen guten Start zu ermöglichen</small>"
diff --git a/i18n/en.po b/i18n/en.po
index 1ca7f15d5981a0b20ee178c3f2fb187a3812b325..764062cfe2ec9185239d5b9de30c00dacd74a28c 100644
--- a/i18n/en.po
+++ b/i18n/en.po
@@ -23,11 +23,11 @@ msgstr ""
 "<p>This is your Freifunk node's public key. The node won't be able to "
 "connect to the mesh VPN until the key has been registered on the Freifunk "
 "Stuttgart servers. "
-"To register the key send it together with your node's name (<em><%=hostname%></em>) and MAC (<em><%=sysconfig.primary_mac%></em>) to "
-"<a href=\"mailto:vpn-schluessel@lists.freifunk-stuttgart.net?&amp;subject=Neuer%20Freifunk-Knoten%3A%20<%=hostname%>&amp;body=Name%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>%0D%0AMAC%3A%20<%=sysconfig.primary_mac%>%0D%0A\">vpn-schluessel@lists.freifunk-stuttgart.net</a> - "
-"<a href=\"mailto:vpn-schluessel@lists.freifunk-stuttgart.net?&amp;subject=Neuer%20Freifunk-Knoten%3A%20<%=hostname%>&amp;body=Name%3A%20<%=hostname%>%0D%0AKey%3A%20<%=pubkey%>%0D%0AMAC%3A%20<%=sysconfig.primary_mac%>%0D%0A\">click to send mail</a>. </p>"
+"To register the key send it together with your node's name (<em><%=escape(hostname)%></em>) and MAC (<em><%=sysconfig.primary_mac%></em>) to "
+"<a href=\"mailto:vpn-schluessel@lists.freifunk-stuttgart.net?&amp;subject=Neuer%20Freifunk-Knoten%3A%20<%=urlescape(hostname)%>&amp;body=Name%3A%20<%=urlescape(hostname)%>%0D%0AKey%3A%20<%=pubkey%>%0D%0AMAC%3A%20<%=sysconfig.primary_mac%>%0D%0A\">vpn-schluessel@lists.freifunk-stuttgart.net</a> - "
+"<a href=\"mailto:vpn-schluessel@lists.freifunk-stuttgart.net?&amp;subject=Neuer%20Freifunk-Knoten%3A%20<%=urlescape(hostname)%>&amp;body=Name%3A%20<%=urlescape(hostname)%>%0D%0AKey%3A%20<%=pubkey%>%0D%0AMAC%3A%20<%=sysconfig.primary_mac%>%0D%0A\">click to send mail</a>. </p>"
 "<div class=\"the-key\">"
-" Name: <%= hostname %>"
+" Name: <%=escape(hostname)%>"
 " <br/>"
 " Key: <%= pubkey %>"
 " <br/>"
@@ -41,6 +41,6 @@ msgstr ""
 "Your can find lots of information on the Freifunk Stuttgart community on "
 "<a href=\"http://www.freifunk-stuttgart.de/\">our homepage</a>.</p>"
 "<p>To get back to this configuration interface, press the reset button for "
-"3 seconds during normal operation. The device will then reboot into config "
+"10 seconds during normal operation. The device will then reboot into config "
 "mode.</p>"
 "<p>Have fun with your node and exploring the Freifunk network!</p>"
diff --git a/site.conf b/site.conf
index ccb53f632d6fa06cc3e2a606758e74b9a39c843c..7b17af23ccd34c9f63187e816479138695ab22d3 100644
--- a/site.conf
+++ b/site.conf
@@ -16,7 +16,9 @@
 
     wifi24 = {
         channel = 1,
-        htmode = 'HT20', --only for optic 
+        --disables 802.11b rates
+        supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
+        basic_rate = {6000, 9000, 18000, 36000, 54000},
         ap = {
             ssid = 'Freifunk',
         },
@@ -29,7 +31,6 @@
 
     wifi5 = {
         channel = 44,
-        htmode = 'HT20', --only for optic
         ap = {
             ssid = 'Freifunk',
         },
diff --git a/site.mk b/site.mk
index ed578ee1445b9d23b3199eef5740144f588ab12e..159720f0abeb60fa71257c20f2cd1bd18ea4fbe1 100644
--- a/site.mk
+++ b/site.mk
@@ -34,5 +34,8 @@ GLUON_LANGS := de en
 # Allow overriding the release number from the command line
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
 
+# Region code required for some images; supported values: us eu
+GLUON_REGION ?= eu
+
 # Default priority for updates.
 GLUON_PRIORITY ?= 0.1