mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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:
committed by
Kevin Darbyshire-Bryant
parent
b8c2ab47e1
commit
5651b45029
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user