wlan-ap-Telecominfraproject/patches/0033-dnsmasq-turn-the-base-uci-section-into-a-named-one.patch
John Crispin cb9d5f9bdc dnsmasq: turn the base uci section into a named one
Handling this section from opensync is complicated if it is unnamed.

Signed-off-by: John Crispin <john@phrozen.org>
2020-10-06 16:40:37 +02:00

26 lines
866 B
Diff

From 2173013a62679aa3487f89de262d12cda6e85909 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Tue, 6 Oct 2020 16:39:16 +0200
Subject: [PATCH] dnsmasq: turn the base uci section into a named one
Handling this section from opensync is complicated if it is unnamed.
Signed-off-by: John Crispin <john@phrozen.org>
---
package/network/services/dnsmasq/files/dhcp.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/dnsmasq/files/dhcp.conf b/package/network/services/dnsmasq/files/dhcp.conf
index 360c7d79ee..d6e823c321 100644
--- a/package/network/services/dnsmasq/files/dhcp.conf
+++ b/package/network/services/dnsmasq/files/dhcp.conf
@@ -1,4 +1,4 @@
-config dnsmasq
+config dnsmasq dnsmasq
option domainneeded 1
option boguspriv 1
option filterwin2k 0 # enable for dial on demand
--
2.25.1