dnsmasq: Add sequential_ip UCI parameter
[openwrt.git] / package / network / services / dnsmasq / files / dnsmasq.init
index bbe2b56..5844aaf 100644 (file)
@@ -135,6 +135,7 @@ dnsmasq() {
        append_bool "$cfg" proxydnssec "--proxy-dnssec"
        append_bool "$cfg" localservice "--local-service"
        append_bool "$cfg" quietdhcp "--quiet-dhcp"
+       append_bool "$cfg" sequential_ip "--dhcp-sequential-ip"
 
        append_parm "$cfg" dhcpscript "--dhcp-script"
        append_parm "$cfg" cachesize "--cache-size"