Hi, >> --- a/openwrt/package/network/services/dnsmasq/files/dnsmasq.init >> +++ b/openwrt/package/network/services/dnsmasq/files/dnsmasq.init > What kind of tree was this patch generated from? For the usual git trees > it should be a/package/... instead of a/openwrt/package/... > >> @@ -123,6 +123,7 @@ dnsmasq() { >> append_bool "$cfg" nonwildcard "--bind-interfaces" >> append_bool "$cfg" fqdn "--dhcp-fqdn" >> append_bool "$cfg" proxydnssec "--proxy-dnssec" >> + append_bool "$cfg" quiet_dhcp "--quiet-dhcp"
Since the other options omit the word separation it is maybe better to call this one "quietdhcp" for the sake of consistency. I'd also argue for making this the default... ~ Jow _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel