Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:asus:rt-n16 [2020/12/15 10:29] – [Тюнинг] deechtoh: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.
Line 126: Line 129:
 |''Set-NetIPInterface –InterfaceAlias "Local Area Connection" -DHCP Enabled''| |''Set-NetIPInterface –InterfaceAlias "Local Area Connection" -DHCP Enabled''|
  
-Connect to ''%%http://openwrt.lan%%'' and proceed with the basic configuration.  +Connect to LuCI and proceed with the basic configuration. 
  
  
  • Last modified: 2024/03/14 10:35
  • by dark_shadow