Skip to content
Snippets Groups Projects
Unverified Commit 97ef7889 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: remove more obsolete migrations

parent 97129129
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,4 @@ if uci:get('network', 'mesh_wan', 'transitive') == nil then
uci:set('network', 'mesh_wan', 'transitive', true)
end
uci:delete('network', 'mesh_wan', 'auto')
uci:delete('network', 'mesh_wan', 'fixed_mtu')
uci:delete('network', 'mesh_wan', 'legacy')
uci:save('network')
......@@ -50,8 +50,4 @@ if uci:get('network', 'mesh_lan', 'transitive') == nil then
uci:set('network', 'mesh_lan', 'transitive', true)
end
uci:delete('network', 'mesh_lan', 'auto')
uci:delete('network', 'mesh_lan', 'fixed_mtu')
uci:delete('network', 'mesh_lan', 'legacy')
uci:save('network')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment