diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-01-06 16:55:13 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-01-06 16:58:06 +0100 |
commit | 7881dce7d85a6682a68cc78b934c36ced7e308e5 (patch) | |
tree | ffb7379c7e55219b894bf0fe5ae425a66f592794 | |
parent | 53b87a7a28525a634577f9215e2bb9170cf14dfb (diff) | |
download | upstream-7881dce7d85a6682a68cc78b934c36ced7e308e5.tar.gz upstream-7881dce7d85a6682a68cc78b934c36ced7e308e5.tar.bz2 upstream-7881dce7d85a6682a68cc78b934c36ced7e308e5.zip |
firewall4: fix syntax error in dependency spec
Fixes: ae60af8572 ("firewall4: order DEPENDS alphabetically")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | package/network/config/firewall4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |