提交 7433b822 编写于 作者: J Jo-Philipp Wich

modules/admin-full: fix wireless bridging from within wifi config page

上级 b1b49f74
......@@ -322,7 +322,7 @@ function network.write(self, section, value)
else
local n = nw:get_network(value)
if n then
n:type("bridge")
n:set("type", "bridge")
n:add_interface(i)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册