projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b10e3
)
dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option (#7625)
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 4 Aug 2010 17:16:46 +0000
(17:16 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 4 Aug 2010 17:16:46 +0000
(17:16 +0000)
SVN-Revision: 22490
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index c69f0d2d08774e735299beeb130c6c22d1f420df..010c54cf533363f5cd33f30760bafa6361f9398d 100644
(file)
--- 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"