ath79: mikrotik: bump compat version for yafut images
authorThibaut VARÈNE <hacks@slashdirt.org>
Fri, 5 May 2023 12:54:03 +0000 (14:54 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 13:35:52 +0000 (15:35 +0200)
commitd97143fadc65058754497d8757c0d63fc22b503a
treea07329af9d280a871b5152a7716b7c6af71bb6a9
parent22ff416483c13ff312e199b0f7c31ffd3d733fc1
ath79: mikrotik: bump compat version for yafut images

Following 5264296, Mirotik NAND devices now use yafut to flash the
kernel on devices. This method is incompatible with the old-style
"kernel2minor" flash mechanism.

Even though NAND images were disabled in default build since 21.02, a
user flashing a new-style image onto an old-style image would result in
in a soft-brick[1]. In order to prevent such accidental mishap,
especially as these device images will be reenabled in the upcoming
release, bump the compat version.

After the new image is flashed, the compat version can be updated:

    uci set system.@system[0].compat_version='1.1'
    uci commit

[1] https://github.com/openwrt/openwrt/pull/12225#issuecomment-1517529262

Cc: Michał Kępień <openwrt@kempniu.pl>
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Reviewed-by: Robert Marko <robimarko@gmail.com>
target/linux/ath79/image/common-mikrotik.mk