From 44a332198c53cd2d555e4cac126a6eecd778079c Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 17 Feb 2022 09:51:06 +0100 Subject: [PATCH] firewall4: use semantic version for dependency Required to be a dependency within APK Signed-off-by: Paul Spooren --- package/network/config/firewall4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile index baf947bc0d..aad29a3251 100644 --- a/package/network/config/firewall4/Makefile +++ b/package/network/config/firewall4/Makefile @@ -26,7 +26,7 @@ define Package/firewall4 +kmod-nft-nat +kmod-nft-nat6 \ +nftables-json \ +ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uci - EXTRA_DEPENDS:=ucode (>= 2022-01-26) + EXTRA_DEPENDS:=ucode>=0_git20220126 PROVIDES:=uci-firewall endef -- 2.30.2