diff --git a/files/www/cgi-bin/setup b/files/www/cgi-bin/setup index d3bd20e0..28db1107 100755 --- a/files/www/cgi-bin/setup +++ b/files/www/cgi-bin/setup @@ -337,7 +337,7 @@ else end -- make sure everything we need is initialized -local d0 = { "lan_dhcp", "olsrd_bridge", "olsrd_gw", "wifi2_enable", "lan_dhcp_noroute", "wifi_enable", "wifi3_enable" } +local d0 = { "lan_dhcp", "olsrd_bridge", "olsrd_gw", "wifi2_enable", "lan_dhcp_noroute", "wifi_enable", "wifi3_enable", "dhcp_start", "dhcp_end" } for _, k in ipairs(d0) do if not parms[k] then