From 5651b45029fd9c88b0ba00cdf36b27c72ccb41d7 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Thu, 13 May 2021 17:05:10 +0300 Subject: [PATCH] miniupnpd: reformat dependencies Use multiple lines and order alphabetically for improved readability. Signed-off-by: Stijn Tintel --- net/miniupnpd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 84025e93a1..306ead4831 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -29,7 +29,13 @@ include $(INCLUDE_DIR)/version.mk define Package/miniupnpd/Default SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables +libip4tc +IPV6:libip6tc +IPV6:ip6tables +libuuid +libcap-ng + DEPENDS:= \ + +IPV6:ip6tables \ + +IPV6:libip6tc \ + +iptables \ + +libcap-ng \ + +libip4tc \ + +libuuid TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon SUBMENU:=Firewall URL:=https://miniupnp.tuxfamily.org/