Autor: Sven Culley am Tue, 02.06.2015 - 22:42
Hier die Kommandos um die Geokoordinaten per SSH auf dem Freifunk Router zu ändern.
uci set gluon-node-info.@location[0]='location'
uci set gluon-node-info.@location[0].share_location='1'
uci set gluon-node-info.@location[0].latitude='51.111111'
uci set gluon-node-info.@location[0].longitude='7.111111'
uci commit
Das war es auch schon.