From b0b73d0b3a5f697ceacd1a8d8db47dc0b1cb5145 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 5 Oct 2021 16:08:25 -1000 Subject: [PATCH] build: switch to firewall4 by default This commit replaces firewall aka firewall3 with its nftables based successor firewall4. Signed-off-by: Paul Spooren --- include/target.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/target.mk b/include/target.mk index 7526224972..0cfd6db2eb 100644 --- a/include/target.mk +++ b/include/target.mk @@ -44,10 +44,10 @@ DEFAULT_PACKAGES.nas:=\ # For router targets DEFAULT_PACKAGES.router:=\ dnsmasq \ - firewall \ - ip6tables \ - iptables \ - kmod-ipt-offload \ + firewall4 \ + nftables \ + iptables-nft \ + kmod-nft-offload \ odhcp6c \ odhcpd-ipv6only \ ppp \ -- 2.30.2