build: switch to firewall4 by default fw4
authorPaul Spooren <mail@aparcar.org>
Wed, 6 Oct 2021 02:08:25 +0000 (16:08 -1000)
committerPaul Spooren <mail@aparcar.org>
Thu, 7 Oct 2021 00:05:05 +0000 (14:05 -1000)
This commit replaces firewall aka firewall3 with its nftables based
successor firewall4.

Signed-off-by: Paul Spooren <mail@aparcar.org>
include/target.mk

index 7526224972e18148fec8a12318ca7f90a382475f..0cfd6db2eb514e321503cf4ef2f3280af7d48a2d 100644 (file)
@@ -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 \