From 8fbb6c8eddb518dc9daf83fb31efab75055cf94c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 5 Jan 2021 20:00:59 +0100 Subject: [PATCH] use ping instead of ping6 --- openwrt/viwib-2-configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/viwib-2-configure.sh b/openwrt/viwib-2-configure.sh index 71db5ba..65ae4fc 100755 --- a/openwrt/viwib-2-configure.sh +++ b/openwrt/viwib-2-configure.sh @@ -119,7 +119,7 @@ uci delete wireless.radio0.disabled uci commit -ping6 -c5 ungleich.ch || exit 1 +ping -c5 ungleich.ch || exit 1 # update the sources opkg update