applications/luci-ffwizard-leipzig: set option force 1 for wlan dhcp
This commit is contained in:
parent
6e11559793
commit
303b7fccac
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ function client.write(self, section, value)
|
|||
dhcpbase.interface = device .. "dhcp"
|
||||
dhcpbase.start = dhcpbeg
|
||||
dhcpbase.limit = limit
|
||||
dhcpbase.force = 1
|
||||
|
||||
uci:section("dhcp", "dhcp", device .. "dhcp", dhcpbase)
|
||||
uci:save("dhcp")
|
||||
|
|
Loading…
Reference in a new issue