From 9fe49d2a218303e67152d99ef47bf89830d238aa Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 31 Jan 2023 14:25:10 +0800 Subject: [PATCH] dnsmasq: disable ipset support by default Signed-off-by: Tianling Shen --- package/network/services/dnsmasq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index f938d0f62b..65ef9da3a9 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -111,7 +111,7 @@ define Package/dnsmasq-full/config default y config PACKAGE_dnsmasq_full_ipset bool "Build with IPset support." - default y + default n config PACKAGE_dnsmasq_full_nftset bool "Build with Nftset support." default y