projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b87a7
)
firewall4: fix syntax error in dependency spec
author
Jo-Philipp Wich
<jo@mein.io>
Thu, 6 Jan 2022 15:55:13 +0000
(16:55 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Thu, 6 Jan 2022 15:58:06 +0000
(16:58 +0100)
Fixes: ae60af8572 ("firewall4: order DEPENDS alphabetically")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/network/config/firewall4/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/firewall4/Makefile
b/package/network/config/firewall4/Makefile
index d7f8334dfce6ff6c4e70180176765fbbb56bfbdb..3e32d546faaae7296e51618f085ba399a30cffbc 100644
(file)
--- a/
package/network/config/firewall4/Makefile
+++ b/
package/network/config/firewall4/Makefile
@@
-21,7
+21,7
@@
define Package/firewall4
SECTION:=net
CATEGORY:=Base system
TITLE:=OpenWrt 4th gen firewall
- DEPENDS:=
+
\
+ DEPENDS:= \
+kmod-nft-core +kmod-nft-fib +kmod-nft-offload \
+kmod-nft-nat +kmod-nft-nat6 \
+nftables-json \