We all know the reasons why auto updating is impossible, but it is possible that one line of info is displayed for
"Current Stable Release " in Status>System
> but it is possible that one line of info is displayed for
>"Current Stable Release " in Status>System
does not work out of the box:
root@LEDE:~# wget http://openwrt.org
Downloading 'http://openwrt.org'
Connecting to 139.59.209.225:80
Failed to redirect to / on openwrt.org
root@LEDE:~#
After installing libustream-mbedtls:
root@LEDE:~# wget http://openwrt.org
Downloading 'http://openwrt.org'
Connecting to 139.59.209.225:80
Redirected to / on openwrt.org
Writing to 'index.html'
Download completed (27061 bytes)
root@LEDE:~#
You can drop the cuts, they are not needed. Also you would have to silence the error messages by redirecting them to /dev/null.