applications/luci-ffwizard-leipzig: set option force 1 for wlan dhcp

This commit is contained in:
Jo-Philipp Wich 2009-03-23 23:02:35 +00:00
parent 6e11559793
commit 303b7fccac

View file

@ -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")