mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-01 03:56:20 +00:00
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>
This commit is contained in:
parent
3d4acc34bb
commit
ae60af8572
@ -21,7 +21,11 @@ define Package/firewall4
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
TITLE:=OpenWrt 4th gen firewall
|
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
|
CONFLICTS:=firewall
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user