gluon-core: upgrade/210-interface-wan: whitespace cleanup
This commit is contained in:
parent
0db63008cd
commit
acfc3cc1a2
@ -4,13 +4,13 @@ local site = require 'gluon.site_config'
|
|||||||
local uci = require('simple-uci').cursor()
|
local uci = require('simple-uci').cursor()
|
||||||
|
|
||||||
if not uci:get('network', 'mesh_wan') then
|
if not uci:get('network', 'mesh_wan') then
|
||||||
uci:section('network', 'interface', 'mesh_wan', {
|
uci:section('network', 'interface', 'mesh_wan', {
|
||||||
ifname = 'br-wan',
|
ifname = 'br-wan',
|
||||||
proto = 'gluon_mesh',
|
proto = 'gluon_mesh',
|
||||||
transitive = true,
|
transitive = true,
|
||||||
fixed_mtu = true,
|
fixed_mtu = true,
|
||||||
auto = site.mesh_on_wan or false,
|
auto = site.mesh_on_wan or false,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
uci:save('network')
|
uci:save('network')
|
||||||
|
Loading…
Reference in New Issue
Block a user