Skip to content

Commit

Permalink
firewall4: order DEPENDS alphabetically
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stintel committed Jan 6, 2022
1 parent 3d4acc3 commit ae60af8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package/network/config/firewall4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ae60af8

Please sign in to comment.