3.9.2021 11:51
This is a package of OpenWRT 21.02.3 stable builds for targets ath79.
Modifications against default tiny packages:
This way the builds could fit into squashfs (factory/sysupgrade) compatible builds. Relayd or wpad-basic could not fit in anymore.
Please note there is still upgrading incompatibility against deprecated target ar71xx (OpenWRT version 18.06 or older), please see https://openwrt.org/docs/guide-user/inst...x.to.ath79 for more info.
Backup your configuration via webserver, but flash new upgrades using SSH. Webserver most likely doesn't have enough memory to handle file upload as all my tests resulted in the need to reboot the device entirely.
If you are unable to log into LuCI, you probably have old /etc/config/uhttpd file present and there are attempts to redirect you to HTTPS protocol. Remove it (use rm /etc/config/uhttpd) and re-flash using the guide above.
Builds have not been tested for all devices, but compiling resulted in no errors.
https://openwrt.ashus.net/21.02.3-target...tiny-luci/
For wget in console you can use extra configured non-secure source http://openwrt.ashus.net/21.02.3-targets...tiny-luci/
Modifications against default tiny packages:
- removed PPP support
- removed OPKG
- removed SSL support
- removed signature checking, etc.
- removed swapoff and long options support from busybox
- stripped to bare bones
- added LuCI
- flashing from LuCI switched off (it causes devices to freeze)
This way the builds could fit into squashfs (factory/sysupgrade) compatible builds. Relayd or wpad-basic could not fit in anymore.
Please note there is still upgrading incompatibility against deprecated target ar71xx (OpenWRT version 18.06 or older), please see https://openwrt.org/docs/guide-user/inst...x.to.ath79 for more info.
Backup your configuration via webserver, but flash new upgrades using SSH. Webserver most likely doesn't have enough memory to handle file upload as all my tests resulted in the need to reboot the device entirely.
Code:
ssh root@192.168.1.1 #or use PuTTY
grep machine /proc/cpuinfo #check device identification
cd /tmp
wget HTTP-URL #copy URL from browser, HTTPS won't work
sysupgrade -v openwrt- #use TAB to autocomplete filename
If you are unable to log into LuCI, you probably have old /etc/config/uhttpd file present and there are attempts to redirect you to HTTPS protocol. Remove it (use rm /etc/config/uhttpd) and re-flash using the guide above.
Builds have not been tested for all devices, but compiling resulted in no errors.
https://openwrt.ashus.net/21.02.3-target...tiny-luci/
For wget in console you can use extra configured non-secure source http://openwrt.ashus.net/21.02.3-targets...tiny-luci/
Coffee phreak!