[openwrt/openwrt] firewall4: fix syntax error in dependency spec

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 6 07:58:14 PST 2022


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7881dce7d85a6682a68cc78b934c36ced7e308e5

commit 7881dce7d85a6682a68cc78b934c36ced7e308e5
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Jan 6 16:55:13 2022 +0100

    firewall4: fix syntax error in dependency spec
    
    Fixes: ae60af8572 ("firewall4: order DEPENDS alphabetically")
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 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 \



More information about the lede-commits mailing list