Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-tools
This commit is contained in:
commit
3d9be6c936
4 changed files with 5 additions and 2 deletions
|
@ -122,7 +122,7 @@ uci commit
|
||||||
# ensure no overlapping networks are there
|
# ensure no overlapping networks are there
|
||||||
ip addr del 192.168.1.1/24 dev br-lan
|
ip addr del 192.168.1.1/24 dev br-lan
|
||||||
|
|
||||||
ping -c5 ungleich.ch || exit 1
|
ping6 -c5 ungleich.ch || exit 1
|
||||||
|
|
||||||
# update the sources
|
# update the sources
|
||||||
opkg update
|
opkg update
|
||||||
|
@ -198,7 +198,7 @@ viwib_ip=${my_lan_ip}
|
||||||
|
|
||||||
sleep 15
|
sleep 15
|
||||||
|
|
||||||
while ! ping -c5 ${viwib_ip}; do
|
while ! ping6 -c5 ${viwib_ip}; do
|
||||||
echo "Waiting for viwib ${id}"
|
echo "Waiting for viwib ${id}"
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
1
openwrt/viwib1.public_key
Normal file
1
openwrt/viwib1.public_key
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/m35eP83YNduvxCXUYpjVrMKMW+cyi65CXrtPscWAAY=
|
1
openwrt/viwib4.public_key
Normal file
1
openwrt/viwib4.public_key
Normal file
|
@ -0,0 +1 @@
|
||||||
|
r/MGL7pNWaF8qL/g8v0e/1wlQqgCbdeF15pMwEFvMW0=
|
1
openwrt/viwib4.rootpw
Normal file
1
openwrt/viwib4.rootpw
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ta9oc1eecahP1iutho3eixeel8eich2u
|
Loading…
Reference in a new issue