gluon-core: don't disable legacy mesh on mesh_lan on reconfigure (#1323)
Fixes #1322
This commit is contained in:
parent
4315ef7a1f
commit
f69fbf7d05
@ -17,7 +17,6 @@ uci:section('network', 'interface', 'mesh_lan', {
|
|||||||
igmp_snooping = false,
|
igmp_snooping = false,
|
||||||
proto = 'gluon_wired',
|
proto = 'gluon_wired',
|
||||||
index = 4,
|
index = 4,
|
||||||
legacy = old_proto == 'gluon_mesh',
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if sysconfig.lan_ifname:match(' ') then
|
if sysconfig.lan_ifname:match(' ') then
|
||||||
|
Loading…
Reference in New Issue
Block a user