3 changed files with 15 additions and 1 deletions
@ -0,0 +1,6 @@
|
||||
#!/bin/bash |
||||
|
||||
[ -f ./openwrt-22.03.7-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx ] || wget https://downloads.openwrt.org/releases/22.03.7/targets/bcm47xx/legacy/openwrt-22.03.7-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx |
||||
|
||||
atftp --trace --option "timeout 1000" --option "mode octet" --put --local-file openwrt-22.03.7-bcm47xx-legacy-asus_wl-500gp-v2-squashfs.trx 192.168.1.1 |
||||
|
@ -0,0 +1,8 @@
|
||||
#!/bin/bash |
||||
|
||||
[ -f ./openwrt-brcm47xx-squashfs.trx ] || wget http://downloads.openwrt.org/backfire/10.03/brcm47xx/openwrt-brcm47xx-squashfs.trx |
||||
|
||||
atftp --trace --option "timeout 1" --option "mode octet" --put --local-file openwrt-brcm47xx-squashfs.trx 192.168.1.1 |
||||
|
||||
# Не удалость запустить openwrt-brcm47xx-squashfs_asus_wl520gu.trx |
||||
|
Loading…
Reference in new issue