hnetd: Depend on zonestitcher (the scripts supported it already).

This commit is contained in:
Markus Stenberg 2015-09-29 13:11:48 +03:00
parent 5a56f9451f
commit f4b5a5c608
1 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ define Package/hnet-full
# Routing
DEPENDS+=+babeld
# Service discovery
DEPENDS+=+ohybridproxy
DEPENDS+=+ohybridproxy +zonestitcher
# Distributed PCP support
DEPENDS+=+miniupnpd +minimalist-pcproxy
endef
@ -68,7 +68,7 @@ define Package/hnet-full-secure
# Routing
DEPENDS+=+babeld
# Service discovery
DEPENDS+=+ohybridproxy
DEPENDS+=+ohybridproxy +zonestitcher
# Distributed PCP support
DEPENDS+=+miniupnpd +minimalist-pcproxy
endef
@ -82,7 +82,7 @@ define Package/hnet-full-l2tp
# Routing
DEPENDS+=+babeld
# Service discovery
DEPENDS+=+ohybridproxy
DEPENDS+=+ohybridproxy +zonestitcher
# Distributed PCP support
DEPENDS+=+miniupnpd +minimalist-pcproxy
endef