From 88fa9a8422a4352a34e33dc3229a561ec74e5b43 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 9 Apr 2015 10:32:46 +0000 Subject: dnsmasq: Add option '--servers-file' The option '--servers-file' is available since dnsmasq v2.69. Signed-off-by: Lars Kruse SVN-Revision: 45332 --- package/network/services/dnsmasq/files/dnsmasq.init | 1 + 1 file changed, 1 insertion(+) (limited to 'package/network/services/dnsmasq/files/dnsmasq.init') diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init index 9795d1aef8..20333c810a 100644 --- a/package/network/services/dnsmasq/files/dnsmasq.init +++ b/package/network/services/dnsmasq/files/dnsmasq.init @@ -153,6 +153,7 @@ dnsmasq() { config_list_foreach "$cfg" "bogusnxdomain" append_bogusnxdomain append_parm "$cfg" "leasefile" "--dhcp-leasefile" append_parm "$cfg" "resolvfile" "--resolv-file" + append_parm "$cfg" "serversfile" "--servers-file" append_parm "$cfg" "tftp_root" "--tftp-root" append_parm "$cfg" "dhcp_boot" "--dhcp-boot" append_parm "$cfg" "local_ttl" "--local-ttl" -- cgit v1.2.3