From 3ecd06ccc700d75235463e2514b7ccce85170c45 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 241f3463e2..666f4846f5 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