Apologies if this has already been covered - I've read the entire thread but may have missed something, and haven't been up to date with the rest of the forum for a couple of weeks.
I flashed 384.9 and dnsmasq wouldn't start up properly. I tracked it down to having a "
dhcp-script=" entry in my
/jffs/configs/dnsmasq.conf.add file. (This pointed to a script that emailed me when a new device joins my guest wifi, which I based off
https://www.snbforums.com/threads/identify-guest-network-clients.37355/#post-306755.)
It seems that there is now already a "dhcp-script=/sbin/dhcpc_lease" entry in the default /etc/dnsmasq.conf, so by adding my own "dhcp-script" line to dnsmasq.conf.add I was creating a duplicate command when the .add file was merged in, and dnsmasq wouldn't start up. I don't think dhcp-script was present in /etc/dnsmasq.conf in previous releases but I could easily be wrong, will try to investigate more later.
All resolved now, though I'll have to find another way of getting those email notifications. If anyone has any insights I'd be glad to hear them, but for now I'm just posting this in case it's useful to anyone else.
PS. Almost forgot to say thanks for the update.