[package] dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option...
[openwrt/svn-archive/archive.git] / 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"