Current config: ASUS RT-AX53U, OpenWRT 23.05.3 - r23809-234f1a2efa
I've search the forum and then interweb and couldn't find answers to the following, hence this post.
When I go to Attended Sysupgrade and click "Search for Firmware Upgrade" the only option returned is 23.05.05.
If I enable "Advanced Mode" on the Configuration page and click "Search for Firmware Upgrade" I get offered 23.05.05 and 24.10.
A couple of questions:
Why the difference?
What is the best way to upgrade to 24.10:
(a) leave "Advanced Mode" off and select 23.05.05, then repeat with 24.10, or
(b) enable "Advanced Mode" (leaving package list as it defaults) and go straight to 24.10?
Certain parts of LuCI ASU app's functionality have long trailed behind the other clients, with the biggest missing piece being the "package changes" feature that auc started using when 22.03 came out (adding this feature to LuCI ASU is the primary change in https://github.com/openwrt/luci/pull/7621). Without it, using LuCI ASU to do upgrades across release boundaries is very brittle.
Given that, I'd say it was probably a mistake to expose the release upgrades, even with "advanced mode", but once the above PR gets merged, we will probably expose all upgrade versions without any modality.
Yes, auc on 23.05 should work fine for that. Both LuCI ASU app and auc are clients that accomplish the same task of upgrading your device, keeping the installed packages consistent and retaining settings. (And once you get to 24.10, owut will have replaced auc, but it again performs that same task.)