From: Paul Spooren Date: Wed, 6 Oct 2021 02:08:25 +0000 (-1000) Subject: build: switch to firewall4 by default X-Git-Tag: v22.03.0-rc1~692 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=08d9f6e3020b4a149b2007b6ed7d684c49af9bbf;p=openwrt%2Fstaging%2Fhauke.git build: switch to firewall4 by default This commit replaces firewall aka firewall3 with its nftables based successor firewall4. Signed-off-by: Paul Spooren --- diff --git a/include/target.mk b/include/target.mk index fb57553f7d..72fe493776 100644 --- a/include/target.mk +++ b/include/target.mk @@ -54,10 +54,9 @@ DEFAULT_PACKAGES.nas:=\ # For router targets DEFAULT_PACKAGES.router:=\ dnsmasq \ - firewall \ - ip6tables \ - iptables \ - kmod-ipt-offload \ + firewall4 \ + nftables \ + kmod-nft-offload \ odhcp6c \ odhcpd-ipv6only \ ppp \