Browse Source

dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option (#7625)

SVN-Revision: 22490
Jo-Philipp Wich 15 years ago
parent
commit
251c93bcbf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/dnsmasq/files/dnsmasq.init

+ 1 - 0
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"