build: switch to firewall4 by default

This commit replaces firewall aka firewall3 with its nftables based
successor firewall4.

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren 2021-10-05 16:08:25 -10:00
parent 431f379e9d
commit 08d9f6e302

View File

@ -54,10 +54,9 @@ DEFAULT_PACKAGES.nas:=\
# For router targets # For router targets
DEFAULT_PACKAGES.router:=\ DEFAULT_PACKAGES.router:=\
dnsmasq \ dnsmasq \
firewall \ firewall4 \
ip6tables \ nftables \
iptables \ kmod-nft-offload \
kmod-ipt-offload \
odhcp6c \ odhcp6c \
odhcpd-ipv6only \ odhcpd-ipv6only \
ppp \ ppp \