summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth2015-05-28 06:18:55 +0000
committerSteven Barth2015-05-28 06:18:55 +0000
commit2abafe17e62edb3b1cbeff54915d4e87ee5463f7 (patch)
tree76a92de82910e86f63656de64b6eef711d7c34fb
parent970ca6f0934d076a64f2859ef6e700f82575146a (diff)
downloadrouting-2abafe17e62edb3b1cbeff54915d4e87ee5463f7.tar.gz
hnetd: switch to babeld instead of babels
Signed-off-by: Steven Barth <steven@midlink.org>
-rw-r--r--hnetd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hnetd/Makefile b/hnetd/Makefile
index ee3373a..03c2db4 100644
--- a/hnetd/Makefile
+++ b/hnetd/Makefile
@@ -52,7 +52,7 @@ define Package/hnet-full
URL:=https://github.com/sbyx/hnetd
DEPENDS:=+hnetd-nossl +luci-app-hnet
# Routing
- DEPENDS+=+babels
+ DEPENDS+=+babeld
# Service discovery
DEPENDS+=+ohybridproxy
# Distributed PCP support
@@ -66,7 +66,7 @@ define Package/hnet-full-secure
URL:=https://github.com/sbyx/hnetd
DEPENDS:=+hnetd-openssl +luci-app-hnet
# Routing
- DEPENDS+=+babels
+ DEPENDS+=+babeld
# Service discovery
DEPENDS+=+ohybridproxy
# Distributed PCP support