projects
/
openwrt
/
staging
/
aparcar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d51d7
)
firewall4: fix EXTRA_DEPENDS for apk
author
Paul Spooren
<mail@aparcar.org>
Tue, 29 Mar 2022 18:57:12 +0000
(19:57 +0100)
committer
Paul Spooren
<mail@aparcar.org>
Mon, 6 Feb 2023 20:57:03 +0000
(21:57 +0100)
Signed-off-by: Paul Spooren <mail@aparcar.org>
package/network/config/firewall4/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/firewall4/Makefile
b/package/network/config/firewall4/Makefile
index bec03b62d4344536c32d84ecbc7ee8c6f4e79ed4..4fadf826336ceeba007de9f02443202b1860254d 100644
(file)
--- a/
package/network/config/firewall4/Makefile
+++ b/
package/network/config/firewall4/Makefile
@@
-26,7
+26,7
@@
define Package/firewall4
+kmod-nft-nat \
+nftables-json \
+ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uci
- EXTRA_DEPENDS:=ucode
(>= 2022-03-22)
+ EXTRA_DEPENDS:=ucode
>=2022-03-22
PROVIDES:=uci-firewall
endef