Installing LUCI OpenWRT or LEDE on Windows (TP-Link TL-WR1043N/ND v3)
Transcription: 1) Download an SSH client (e.g. Putty); 2) Connect to the router default ip (192.168.1.1) 3) Login as root (no password) 4) Type "vi /etc/config/network" 5) Press "i" so you can edit the contents of the file. 6) Edit "config interface 'wan' section as following: option ifname 'eht0' option proto 'pppoe' option username 'yourusername' option password 'yourpassword' 7) Hold "Esc" key and press ":" to diplay the command line. 8) Type "wq" to write the changes and quite the editor. 9) Back to the terminal type "reboot" and wait for the router. 10) After the router reboots re-launch/reconnect your SSH client to the same IP. 11) Login as usual (root) 12) Type "opkg update" to update the package list. 13) Type "opkg install luci" 14) Type "reboot" 15) Profit.
Transcription: 1) Download an SSH client (e.g. Putty); 2) Connect to the router default ip (192.168.1.1) 3) Login as root (no password) 4) Type "vi /etc/config/network" 5) Press "i" so you can edit the contents of the file. 6) Edit "config interface 'wan' section as following: option ifname 'eht0' option proto 'pppoe' option username 'yourusername' option password 'yourpassword' 7) Hold "Esc" key and press ":" to diplay the command line. 8) Type "wq" to write the changes and quite the editor. 9) Back to the terminal type "reboot" and wait for the router. 10) After the router reboots re-launch/reconnect your SSH client to the same IP. 11) Login as usual (root) 12) Type "opkg update" to update the package list. 13) Type "opkg install luci" 14) Type "reboot" 15) Profit.