use ping instead of ping6
This commit is contained in:
parent
a7d993a2c3
commit
8fbb6c8edd
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ uci delete wireless.radio0.disabled
|
||||||
|
|
||||||
uci commit
|
uci commit
|
||||||
|
|
||||||
ping6 -c5 ungleich.ch || exit 1
|
ping -c5 ungleich.ch || exit 1
|
||||||
|
|
||||||
# update the sources
|
# update the sources
|
||||||
opkg update
|
opkg update
|
||||||
|
|
Loading…
Reference in a new issue