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

View file

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