[package] dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 4 Aug 2010 17:16:46 +0000 (17:16 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 4 Aug 2010 17:16:46 +0000 (17:16 +0000)
SVN-Revision: 22490

package/dnsmasq/files/dnsmasq.init

index c69f0d2d08774e735299beeb130c6c22d1f420df..010c54cf533363f5cd33f30760bafa6361f9398d 100644 (file)
@@ -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"