From 7881dce7d85a6682a68cc78b934c36ced7e308e5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 6 Jan 2022 16:55:13 +0100 Subject: firewall4: fix syntax error in dependency spec Fixes: ae60af8572 ("firewall4: order DEPENDS alphabetically") Signed-off-by: Jo-Philipp Wich --- 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 d7f8334dfc..3e32d546fa 100644 --- 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 \ -- cgit v1.2.3