Browse Source

firewall4: order DEPENDS alphabetically

Add some line breaks while at at, to improve readability.

Signed-off-by: Stijn Tintel <[email protected]>
Reviewed-by: Jo-Philipp Wich <[email protected]>
Stijn Tintel 3 years ago
parent
commit
ae60af8572
1 changed files with 5 additions and 1 deletions
  1. 5 1
      package/network/config/firewall4/Makefile

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