Skip to content
Snippets Groups Projects
Commit f69fbf7d authored by Karsten's avatar Karsten Committed by Matthias Schiffer
Browse files

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

Fixes #1322
parent 4315ef7a
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ uci:section('network', 'interface', 'mesh_lan', { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment