Resolv.conf not reflecting DNS server from upstream DHCP

Hi, could you please tell me what changes you made. I run into the same problem here.
Here is my /etc/config/dhcp dnsmasq section:

config dnsmasq
        option domainneeded '1'
        option localise_queries '1'
        option rebind_protection '1'
        option rebind_localhost '1'
        option local '/lan/'
        option domain 'lan'
        option expandhosts '1'
        option authoritative '1'
        option readethers '1'
        option leasefile '/tmp/dhcp.leases'
        option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
        option localservice '1'
        option ednspacket_max '1232'
        option filter_aaaa '1'
        option localuse '1'