Set DNSMASQ Use dnsmasq.conf Rather than NVRAM
Work Flow
Rename the old one and disable executable.
Create a new one. DNSMASQ read /etc/dnsmasq.conf in default, so just set it to call dnsmasq.
Rename the old one and disable executable.
#cd /etc/init.d
#mv S50dnsmasq S50dnsmasq.old
#chmod -x S50dnsmasq.old
Create a new one. DNSMASQ read /etc/dnsmasq.conf in default, so just set it to call dnsmasq.
#echo "dnsmasq" > S50dnsmasq
#chmod +x S50dnsmasq