OpenWRT

GitHub - gekmihesg/ansible-openwrt: Manage OpenWRT and derivatives with Ansible but without Python
Manage OpenWRT and derivatives with Ansible but without Python - gekmihesg/ansible-openwrt

http://downloads.openwrt.org/releases/19.07.4/targets/ath79/generic/openwrt-19.07.4-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin

sftp img to /tmp

Luci->Opened up ssh password and root because ssh from colossus laptop (disabled after flashing firmware)

Flash firmware

sysupgrade -v /tmp/openwrt-19.07.4-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin

After because web interface was’t working

opkg update
opkg install luci-ssl
/etc/init.d/uhttpd reload
/etc/init.d/uhttpd restart