miniupnpd: reformat dependencies
Use multiple lines and order alphabetically for improved readability. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
b8c2ab47e1
commit
5651b45029
1 changed files with 7 additions and 1 deletions
|
@ -29,7 +29,13 @@ include $(INCLUDE_DIR)/version.mk
|
||||||
define Package/miniupnpd/Default
|
define Package/miniupnpd/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
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
|
TITLE:=Lightweight UPnP IGD, NAT-PMP & PCP daemon
|
||||||
SUBMENU:=Firewall
|
SUBMENU:=Firewall
|
||||||
URL:=https://miniupnp.tuxfamily.org/
|
URL:=https://miniupnp.tuxfamily.org/
|
||||||
|
|
Loading…
Reference in a new issue