mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
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:
parent
431f379e9d
commit
08d9f6e302
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user