Old thread but I think it might help.
Do not modify /etc/dnsmasq.conf
.
Move the dnsmasq confdir
to /etc
and create your custom files there.
uci set dhcp.@dnsmasq[0].confdir='/etc/dnsmasq.d'
uci commit dhcp
/etc/init.d/dnsmasq restart
Old thread but I think it might help.
Do not modify /etc/dnsmasq.conf
.
Move the dnsmasq confdir
to /etc
and create your custom files there.
uci set dhcp.@dnsmasq[0].confdir='/etc/dnsmasq.d'
uci commit dhcp
/etc/init.d/dnsmasq restart