Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
toh:asus:rt-n16 [2021/03/04 22:38] – redundant links vgaeteratoh:asus:rt-n16 [2021/03/30 08:27] – fixed layout of code section deekey
Line 48: Line 48:
  this is how i installed it from ddwrt ssh session:  this is how i installed it from ddwrt ssh session:
  
-|''cat /proc/mtd''|+<code> 
 +cat /proc/mtd 
 +cd /tmp
  
-|''cd /tmp+# Choose the version of OpenWRT you need. Below is an example:
 wget https://downloads.openwrt.org/chaos_calmer/15.05/brcm47xx/mips74k/openwrt-15.05.1-brcm47xx-mips74k-asus-rt-n16-squashfs.trx wget https://downloads.openwrt.org/chaos_calmer/15.05/brcm47xx/mips74k/openwrt-15.05.1-brcm47xx-mips74k-asus-rt-n16-squashfs.trx
-mtd -r write openwrt-15.05.1-brcm47xx-mips74k-asus-rt-n16-squashfs.trx linux''|+mtd -r write openwrt-15.05.1-brcm47xx-mips74k-asus-rt-n16-squashfs.trx linux 
 +</code>
  
  after router reboots, you should be able to telnet to 192.168.1.1 and go from there.  after router reboots, you should be able to telnet to 192.168.1.1 and go from there.
  • Last modified: 2024/03/14 10:35
  • by dark_shadow