modules/admin-full: fix wireless bridging from within wifi config page
This commit is contained in:
parent
b1b49f746a
commit
7433b822ba
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ function network.write(self, section, value)
|
||||||
else
|
else
|
||||||
local n = nw:get_network(value)
|
local n = nw:get_network(value)
|
||||||
if n then
|
if n then
|
||||||
n:type("bridge")
|
n:set("type", "bridge")
|
||||||
n:add_interface(i)
|
n:add_interface(i)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue