Skip to content
Snippets Groups Projects
Unverified Commit 037455d9 authored by Stephan's avatar Stephan
Browse files

sync 5.0.2: minor fixes

parent fa90bf8a
No related branches found
Tags T_FIRMWARE_5.0.2
No related merge requests found
2018-05-13 5.0.1 (testing)
2018-05-13 5.0.2 (testing)
--------------------------------------------------
gui-map - set default gps coordinates
DSGVO - add text for DSGVO (Datenschutz Grundverordnung)
......
5.0.1
5.0.2
......@@ -302,6 +302,13 @@ upgrade_5_0_1() {
uci -q set ddmesh.network.wifi2_dhcplease='5m'
}
upgrade_5_0_2() {
uci -q delete network.meshwire # mesh_lan/wan will be created on next boot
uci set network.tbb_fastd.ifname='tbb_fastd'
cp /rom/etc/config/firewall /etc/config/firewall
uci set dhcp.dnsmasq.logqueries=0
}
##################################
run_upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment