dangowrt / owrt-ubi-installer

OpenWrt firmware installer for the Linksys E8450 aka. Belkin RT3200
GNU General Public License v2.0
393 stars 50 forks source link

attended sysupgrade not visible in Release v0.6.4 #98

Closed pinkworld123 closed 2 years ago

pinkworld123 commented 2 years ago

Hello,

I have attached screenshot of flash on Belkin RT3200, Release v0.6.4 firmware. Problem is I can not see in webUI and also not in Terminal command for attended sysupgrade. When I have flashed with older version of firmware v0.6.2 firmware, I can see it and update it.

Screenshot 2022-05-09 at 04 57 52 Screenshot 2022-05-09 at 04 58 07

Can you please tell me how to enable attended sysupgrade for Release v0.6.4. Thanks

dangowrt commented 2 years ago

Attended sysupgrade is not part of the official release, and since v0.6.4 instead of building a custom sysupgrade image, the official release-candidate image is used instead.

You can install the atteneded sysupgrade features using

opkg update
opkg install luci-app-attendedsysupgrade auc

(or use Software tab in LuCI Web UI to do that)

pinkworld123 commented 2 years ago

Thanks