From c283600b9ef4ca95b007d1edb64ea4bcbf95f934 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Mon, 29 Nov 2021 17:16:39 +0000 Subject: [PATCH] dnsmasq: enable dnsmasq's new nftables support Add build option for nftables sets. Signed-off-by: Kevin Darbyshire-Bryant [Fix typos] Signed-off-by: Rui Salvaterra --- package/network/services/dnsmasq/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 0a597c03ce..65750858cb 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -116,6 +116,9 @@ define Package/dnsmasq-full/config config PACKAGE_dnsmasq_full_nftset bool "Build with Nftset support." default y + config PACKAGE_dnsmasq_full_nftset + bool "Build with Nftset support." + default y config PACKAGE_dnsmasq_full_conntrack bool "Build with Conntrack support." default y -- 2.30.2