diff --git a/package/gluon-mesh-babel/files/etc/init.d/gluon-mesh-babel b/package/gluon-mesh-babel/files/etc/init.d/gluon-mesh-babel
index e902f8cb468fa8cf61974b1988669b959f889c23..338bc4538a52f845003075a793142155202f2261 100755
--- a/package/gluon-mesh-babel/files/etc/init.d/gluon-mesh-babel
+++ b/package/gluon-mesh-babel/files/etc/init.d/gluon-mesh-babel
@@ -22,7 +22,7 @@ start_service() {
 echotobabel() {
 	local count=0
 	local line="$1"
-	while ! (echo -e "$line" | nc ::1 "$PORT" >/dev/null 2>&1)
+	while ! (echo -e "$line" | busybox nc ::1 "$PORT" >/dev/null 2>&1)
 	do
 		sleep 1
 		echo retrying to connect to babeld in PID $$, waited ${count}s >&2