projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
431f379
)
build: switch to firewall4 by default
author
Paul Spooren
<mail@aparcar.org>
Wed, 6 Oct 2021 02:08:25 +0000
(16:08 -1000)
committer
Paul Spooren
<mail@aparcar.org>
Wed, 19 Jan 2022 08:20:22 +0000
(09:20 +0100)
This commit replaces firewall aka firewall3 with its nftables based
successor firewall4.
Signed-off-by: Paul Spooren <mail@aparcar.org>
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index fb57553f7df0d863ee0b1b8297e127ecad1df805..72fe493776b91a4a424819c274e192e270a330f2 100644
(file)
--- 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 \