Guest User

Untitled

a guest
Nov 24th, 2017
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. scp openwrt-atheros-ubnt2-squashfs.bin root@192.168.1.1:/tmp
  2. scp openwrt-atheros-vmlinux.lzma root@192.168.1.1:/tmp
  3. ssh root@$router "export PATH=/bin:/sbin:/usr/bin:/usr/sbin
  4. cd /tmp
  5. mtd write openwrt-atheros-vmlinux.lzma linux &&\
  6. mtd write openwrt-atheros-ubnt2-squashfs.bin rootfs &&\
  7. reboot -n -f"
Add Comment
Please, Sign In to add comment