viwib: crorect firmware link
This commit is contained in:
parent
757998a055
commit
2d4fe86996
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo "$0 address"
|
echo "$0 address"
|
||||||
echo " address: connect to this address, ignore the interface"
|
echo " address: connect to this address (default: 192.168.8.1)"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@ set -x
|
||||||
viwib_ip=$1; shift
|
viwib_ip=$1; shift
|
||||||
|
|
||||||
# openwrt
|
# openwrt
|
||||||
version=19.07.8
|
version=21.02.1
|
||||||
filename=openwrt-${version}-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin
|
filename=openwrt-${version}-ramips-mt76x8-glinet_gl-mt300n-v2-squashfs-sysupgrade.bin
|
||||||
|
|
||||||
# don't care about other/old known_host entries
|
# don't care about other/old known_host entries
|
||||||
ssh-keygen -R ${viwib_ip}
|
ssh-keygen -R ${viwib_ip}
|
||||||
|
|
Loading…
Reference in a new issue