aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-12-03 17:45:28 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2022-01-06 14:54:06 +0200
commitae60af8572d845c0867d70cca6772eb16a0af642 (patch)
tree92cc312a5a15856e35979b38aee5305a32f835cd /package
parent3d4acc34bb58131804c018271ada6a535d7405e2 (diff)
downloadupstream-ae60af8572d845c0867d70cca6772eb16a0af642.tar.gz
upstream-ae60af8572d845c0867d70cca6772eb16a0af642.tar.bz2
upstream-ae60af8572d845c0867d70cca6772eb16a0af642.zip
firewall4: order DEPENDS alphabetically
Add some line breaks while at at, to improve readability. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Reviewed-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package')
-rw-r--r--package/network/config/firewall4/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile
index 57af47062f..21b29793c3 100644
--- a/package/network/config/firewall4/Makefile
+++ b/package/network/config/firewall4/Makefile
@@ -21,7 +21,11 @@ define Package/firewall4
SECTION:=net
CATEGORY:=Base system
TITLE:=OpenWrt 4th gen firewall
- DEPENDS:=+ucode +ucode-mod-fs +ucode-mod-uci +ucode-mod-ubus +kmod-nft-core +kmod-nft-fib +kmod-nft-nat +kmod-nft-nat6 +nftables-json
+ DEPENDS:=+ \
+ +kmod-nft-core +kmod-nft-fib \
+ +kmod-nft-nat +kmod-nft-nat6 \
+ +nftables-json \
+ +ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uci
CONFLICTS:=firewall
endef