From: Jo-Philipp Wich Date: Thu, 6 Jan 2022 15:55:13 +0000 (+0100) Subject: firewall4: fix syntax error in dependency spec X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7881dce7d85a6682a68cc78b934c36ced7e308e5;p=openwrt%2Fstaging%2Frmilecki.git firewall4: fix syntax error in dependency spec Fixes: ae60af8572 ("firewall4: order DEPENDS alphabetically") Signed-off-by: Jo-Philipp Wich --- diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile index d7f8334dfce..3e32d546faa 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 \