Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:asus:rt-n16 [2020/12/15 10:29] – [Тюнинг] deech | toh: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 | ||
| + | cd /tmp | ||
| - | |'' | + | # Choose the version of OpenWRT you need. Below is an example: |
| wget https:// | wget https:// | ||
| - | 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 |
| + | </ | ||
| 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: | ||
| |'' | |'' | ||
| - | Connect to '' | + | Connect to LuCI and proceed with the basic configuration. |