From a3c28864b69bf208d5886675d602bc7e0aaf550c Mon Sep 17 00:00:00 2001 From: ZiMing Mo Date: Wed, 17 Aug 2022 14:05:01 +0800 Subject: [PATCH] firewall4: remove depend package which does not exist Signed-off-by: ZiMing Mo --- 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 36441ea64f..1e1c162150 100644 --- a/package/network/config/firewall4/Makefile +++ b/package/network/config/firewall4/Makefile @@ -23,7 +23,7 @@ define Package/firewall4 TITLE:=OpenWrt 4th gen firewall DEPENDS:= \ +kmod-nft-core +kmod-nft-fib +kmod-nft-offload \ - +kmod-nft-nat +kmod-nft-nat6 +kmod-nft-fullcone \ + +kmod-nft-nat +kmod-nft-fullcone \ +nftables-json \ +ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uci EXTRA_DEPENDS:=ucode (>= 2022-03-22)