From: jow Date: Wed, 4 Aug 2010 17:16:46 +0000 (+0000) Subject: [package] dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option... X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=07f644954509f54143bf9a63249d7dcfdb3dcddd [package] dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option (#7625) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22490 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index c69f0d2d08..010c54cf53 100644 --- a/package/dnsmasq/files/dnsmasq.init +++ b/package/dnsmasq/files/dnsmasq.init @@ -74,6 +74,7 @@ dnsmasq() { append_bool "$cfg" enable_tftp "--enable-tftp" append_bool "$cfg" nonwildcard "-z" + append_parm "$cfg" cachesize "-c" append_parm "$cfg" dnsforwardmax "-0" append_parm "$cfg" port "-p" append_parm "$cfg" ednspacket_max "-P"