projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cf9e7
)
[package] dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option...
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22490
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index
c69f0d2
..
010c54c
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"