From f4b5a5c6084ca327c54a339938854cc84100580a Mon Sep 17 00:00:00 2001 From: Markus Stenberg Date: Tue, 29 Sep 2015 13:11:48 +0300 Subject: [PATCH] hnetd: Depend on zonestitcher (the scripts supported it already). --- hnetd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hnetd/Makefile b/hnetd/Makefile index 0e1a921..89953f4 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -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