]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mediatek/filogic: fix Totolink X6000R sysupgrade failed 20593/head
authorAyra Hikari <ayrahikari@linuxmail.org>
Thu, 30 Oct 2025 12:08:50 +0000 (19:08 +0700)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 31 Oct 2025 10:19:38 +0000 (10:19 +0000)
commitd44132e22fdbc664b5f8e31d2d37fd80bd1d0ab8
tree6a51c7065db199d00e2147ddb02534b11d1a18a0
parent351deebb3fe3def3a3be60ce47abda47376903a0
mediatek/filogic: fix Totolink X6000R sysupgrade failed

Fix Totolink X6000R image failing to upgrade via sysupgrade due to an
incorrect upgrade case. The fallback upgrade path used the NAND upgrade
routine, which caused the "layout volume not found" error on NOR flash
devices. By adding a specific case for this board, sysupgrade now uses
`default_do_upgrade`, which is compatible with the NOR flash layout.

Fixes: 7cd10ad
Signed-off-by: Ayra Hikari <ayrahikari@linuxmail.org>
target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh