From: Jo-Philipp Wich Date: Mon, 23 Mar 2009 23:03:16 +0000 (+0000) Subject: Merge r4365 X-Git-Tag: 0.8.7~73 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=90e80d9f06f572010b0063ef66e74f8ec91a6dfa;p=project%2Fluci.git Merge r4365 --- diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index b918da9205..d664faf845 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -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")