You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
350 B
8 lines
350 B
#!/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 |
|
|
|
|