X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-ffwizard-leipzig%2Fluasrc%2Fmodel%2Fcbi%2Fffwizard.lua;h=edcedd78b9dd77d9a0e11984c9dee3e9da6caf21;hp=4eeb92b01d724f071b1f4b2ea80f24039d26d470;hb=303b7fccaca4177e570ae3c7038ba8d1b36d6c8c;hpb=6e11559793bb4e1211f8bc9e24cfa1cf706f6ee8 diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index 4eeb92b01..edcedd78b 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")