Browse Source

miniupnpd: reformat dependencies

Use multiple lines and order alphabetically for improved readability.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
lilik-openwrt-22.03
Stijn Tintel 4 years ago
committed by Kevin Darbyshire-Bryant
parent
commit
5651b45029
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      net/miniupnpd/Makefile

+ 7
- 1
net/miniupnpd/Makefile View 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/


Loading…
Cancel
Save