aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-05-07 07:19:51 +0000
committerSteven Barth <steven@midlink.org>2013-05-07 07:19:51 +0000
commit47fcfd999d03bc4e293c6e9f0e7b0c172861570d (patch)
tree0bb25dfcafde59414d715f68d8d86d5094235317
parentf4f4d540587e148a1e16d79d2e4e19d9b87820cc (diff)
downloadmaster-187ad058-47fcfd999d03bc4e293c6e9f0e7b0c172861570d.tar.gz
master-187ad058-47fcfd999d03bc4e293c6e9f0e7b0c172861570d.tar.bz2
master-187ad058-47fcfd999d03bc4e293c6e9f0e7b0c172861570d.zip
add uci support for "proxy-dnssec" in dnsmasq
This patch simply adds support for the "--proxy-dnssec" command in dnsmasq into the init file so it can be used with /etc/config/dhcp. Signed-off-by: Adam Gensler <openwrt@kristenandadam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36570 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/network/services/dnsmasq/files/dnsmasq.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init
index f2e111bed5..62adb26233 100644
--- a/package/network/services/dnsmasq/files/dnsmasq.init
+++ b/package/network/services/dnsmasq/files/dnsmasq.init
@@ -96,6 +96,7 @@ dnsmasq() {
append_bool "$cfg" enable_tftp "--enable-tftp"
append_bool "$cfg" nonwildcard "--bind-interfaces"
append_bool "$cfg" fqdn "--dhcp-fqdn"
+ append_bool "$cfg" proxydnssec "--proxy-dnssec"
append_parm "$cfg" dhcpscript "--dhcp-script"
append_parm "$cfg" cachesize "--cache-size"