mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 09:21:35 +00:00
This is opt-in and we continue to use the 19.07 tree as the default. Signed-off-by: John Crispin <john@phrozen.org>
26 lines
872 B
Diff
26 lines
872 B
Diff
From b2a4d864c87ad86a3119716f4a563341f261a1eb Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Tue, 6 Oct 2020 16:39:16 +0200
|
|
Subject: [PATCH 12/25] 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 8c42ef782e..ef8901aad2 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
|
|
|