From 4c1981326dc6509489e510405e26ad7b806360a5 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 3 May 2022 21:38:06 +0200 Subject: [PATCH] dnsmasq: full: disable ipset support by default OpenWrt ships with nftables. Do not enable ipset support by default any more. Signed-off-by: Mathias Kresin --- 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 c7a365fdc6..1c800f829c 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 -- 2.30.2