diff --git a/i18n/de.po b/i18n/de.po
index e34a9f1d1bdf5b3f0be8c2abf223445044d2c318..06ba40935713f07dcd56e3d1df1d0e513f250c91 100644
--- a/i18n/de.po
+++ b/i18n/de.po
@@ -55,3 +55,10 @@ msgstr ""
 "<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>"
 
 
+msgid "gluon-config-mode:altitude-label"
+msgstr "Höhe"
+ 
+msgid "gluon-config-mode:altitude-help"
+msgstr ""
+"Die Höhenangabe ist optional und sollte nur gesetzt werden, wenn ein "
+"exakter Wert bekannt ist."
diff --git a/i18n/en.po b/i18n/en.po
index 764062cfe2ec9185239d5b9de30c00dacd74a28c..0f7b877ec1c884d748a4c8cb3d20b2b9efc5e988 100644
--- a/i18n/en.po
+++ b/i18n/en.po
@@ -44,3 +44,11 @@ msgstr ""
 "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>"
+
+msgid "gluon-config-mode:altitude-label"
+msgstr "Altitude"
+ 
+msgid "gluon-config-mode:altitude-help"
+msgstr ""
+"Specifying the altitude is optional and should only be done if a proper "
+"value is known."
diff --git a/i18n/gluon-site.pot b/i18n/gluon-site.pot
index 670de4107f99ccdc03c2faf70ed7bb3487f1ef01..a161a12b04c6dbe3175905ae6e8118babe76ef67 100644
--- a/i18n/gluon-site.pot
+++ b/i18n/gluon-site.pot
@@ -9,3 +9,9 @@ msgstr ""
 
 msgid "gluon-config-mode:reboot"
 msgstr ""
+
+msgid "gluon-config-mode:altitude-label"
+msgstr ""
+
+msgid "gluon-config-mode:altitude-help"
+msgstr ""
diff --git a/site.mk b/site.mk
index 7a4e7553f490d40f147d1f2fd3d0394dc7ad4a74..10c8d5bde0a79031074d3fc9c425179716c6c018 100644
--- a/site.mk
+++ b/site.mk
@@ -17,7 +17,6 @@ GLUON_SITE_PACKAGES := \
 	gluon-luci-private-wifi \
 	gluon-luci-wifi-config \
 	gluon-neighbour-info \
-	gluon-next-node \
 	gluon-mesh-vpn-fastd \
 	gluon-radvd \
 	gluon-setup-mode \