miniupnpd: reformat dependencies
authorStijn Tintel <redacted>
Thu, 13 May 2021 14:05:10 +0000 (17:05 +0300)
committerKevin Darbyshire-Bryant <redacted>
Fri, 21 May 2021 17:20:37 +0000 (18:20 +0100)
Use multiple lines and order alphabetically for improved readability.

Signed-off-by: Stijn Tintel <redacted>
net/miniupnpd/Makefile

index 84025e93a11aebef2ce81033730f3a668aba856d..306ead4831f38b0fefde5d8e4d08543dbc8b57e2 100644 (file)
@@ -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/
git clone https://git.99rst.org/PROJECT