firewall4: order DEPENDS alphabetically
authorStijn Tintel <stijn@linux-ipv6.be>
Fri, 3 Dec 2021 15:45:28 +0000 (17:45 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Thu, 6 Jan 2022 12:54:06 +0000 (14:54 +0200)
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>
package/network/config/firewall4/Makefile

index 57af47062fc9faf7f4df5c76b7ad782395a5e3aa..21b29793c30a19014f81f9cf00bfe1d9c0ded6cd 100644 (file)
@@ -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