From: Jo-Philipp Wich <jo@mein.io>
Date: Thu, 6 Jan 2022 15:55:13 +0000 (+0100)
Subject: firewall4: fix syntax error in dependency spec
X-Git-Tag: v22.03.0-rc1~800
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7881dce7d85a6682a68cc78b934c36ced7e308e5;p=openwrt%2Fstaging%2Fhauke.git

firewall4: fix syntax error in dependency spec

Fixes: ae60af8572 ("firewall4: order DEPENDS alphabetically")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
---

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 \