gluon-core: don't disable legacy mesh on mesh_lan on reconfigure (#1323)

Fixes #1322
This commit is contained in:
Karsten 2018-02-07 07:33:25 +01:00 committed by Matthias Schiffer
parent 4315ef7a1f
commit f69fbf7d05

View File

@ -17,7 +17,6 @@ uci:section('network', 'interface', 'mesh_lan', {
igmp_snooping = false,
proto = 'gluon_wired',
index = 4,
legacy = old_proto == 'gluon_mesh',
})
if sysconfig.lan_ifname:match(' ') then