Browse Source

firewall4: fix syntax error in dependency spec

Fixes: ae60af8572 ("firewall4: order DEPENDS alphabetically")
Signed-off-by: Jo-Philipp Wich <[email protected]>
Jo-Philipp Wich 3 years ago
parent
commit
7881dce7d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/config/firewall4/Makefile

+ 1 - 1
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 \