[openwrt/openwrt] firewall4: order DEPENDS alphabetically

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 6 05:09:10 PST 2022


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ae60af8572d845c0867d70cca6772eb16a0af642

commit ae60af8572d845c0867d70cca6772eb16a0af642
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Fri Dec 3 17:45:28 2021 +0200

    firewall4: order DEPENDS alphabetically
    
    Add some line breaks while at at, to improve readability.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    Reviewed-by: Jo-Philipp Wich <jo at mein.io>
---
 package/network/config/firewall4/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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
 



More information about the lede-commits mailing list