Skip to content
Snippets Groups Projects
Commit 5651b450 authored by Stijn Tintel's avatar Stijn Tintel Committed by Kevin Darbyshire-Bryant
Browse files

miniupnpd: reformat dependencies


Use multiple lines and order alphabetically for improved readability.

Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
parent b8c2ab47
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment