hnetd: Depend on zonestitcher (the scripts supported it already).
This commit is contained in:
parent
5a56f9451f
commit
f4b5a5c608
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue