gluon-core: remove more obsolete migrations
This commit is contained in:
parent
9712912904
commit
97ef7889c6
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user