modules/admin-full: save wireless uci as well after iface add
This commit is contained in:
parent
0698926009
commit
839e150ea9
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ function attachnet.write(self, section, value)
|
|||
zone:add_network(net:name())
|
||||
end
|
||||
|
||||
uci:save("wireless")
|
||||
uci:save("network")
|
||||
uci:save("firewall")
|
||||
luci.http.redirect(luci.dispatcher.build_url("admin/network/network", net:name()))
|
||||
|
|
Loading…
Reference in a new issue