Ok, here's my attempt at a step-by-step:
Preliminary step: router WAN port connected to your modem and LAN port connected to your computer.
- Under Windows, download and install Putty or your favourite ssh emulator.
- From the stock firmware, flash OpenWrt using this snapshot build: https://downloads.openwrt.org/snapshots/trunk/kirkwood/generic/openwrt-kirkwood-linksys-audi-squashfs-factory.bin
- Using Putty or your favourite, connect to your router using host name 192.168.1.1, port 22, Connection type SSH
a. Login as userroot
, no password - Type the command
opkg update
a. There should not be errors like "failure to download" - usually means that your Internet is down - Type the command
opkg install luci-ssl
- Type the command
reboot
a. Wait for the router to come back online (you can ping 192.168.1.1 from your connected PC to know when it will be available) - Using your browser, connect to "https://192.168.1.1". Add an exception for the warning about the certificate.
- Go to the upgrade firmware menu and now use this firmware: https://downloads.lede-project.org/releases/17.01.2/targets/kirkwood/generic/lede-17.01.2-kirkwood-linksys-audi-squashfs-sysupgrade.tar
a. Do not retain settings - Now, you should be on LEDE finally
- Assign a strong password to the root user
- Set Dropbear listening interface on the LAN side only
If OpenWrt ==> LEDE still doesn't work with Luci, you can try from the CLI using putty also; using the following commands would do a sysupgrade:
cd /tmp
wget https://downloads.lede-project.org/releases/17.01.2/targets/kirkwood/generic/lede-17.01.2-kirkwood-linksys-audi-squashfs-sysupgrade.tar
sysupgrade -n -v lede-17.01.2-kirkwood-linksys-audi-squashfs-sysupgrade.tar