From 03fddee7bda5039757051511bbd36d2a6405c610 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Tue, 3 Mar 2026 18:14:48 -0500 Subject: [PATCH] ath79: tiny: increment compat version for RE355/RE450 Bump compat version to 3.0 for TP-Link RE355 v1, RE450 v1 and RE450 v2. Was missed for 25.12; users upgrading from older images need sysupgrade -F. Signed-off-by: Ivan Diaz Link: https://github.com/openwrt/openwrt/pull/22185 Signed-off-by: Robert Marko --- target/linux/ath79/image/tiny-tp-link.mk | 2 +- .../linux/ath79/tiny/base-files/etc/board.d/05_compat-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index fa72ff8baa..926b5eb02c 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -7,7 +7,7 @@ define Device/tplink_rex5x IMAGE_SIZE := 7680k KERNEL_SIZE := 6016k DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct - DEVICE_COMPAT_VERSION := 2.0 + DEVICE_COMPAT_VERSION := 3.0 DEVICE_COMPAT_MESSAGE := Partition layout and blocksize changed. Use sysupgrade -F; image must not exceed 6016 KiB (5.875 MB). IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size | append-metadata endef diff --git a/target/linux/ath79/tiny/base-files/etc/board.d/05_compat-version b/target/linux/ath79/tiny/base-files/etc/board.d/05_compat-version index 06a0b9f775..5ddbde10ba 100644 --- a/target/linux/ath79/tiny/base-files/etc/board.d/05_compat-version +++ b/target/linux/ath79/tiny/base-files/etc/board.d/05_compat-version @@ -16,7 +16,7 @@ case "$(board_name)" in tplink,re355-v1|\ tplink,re450-v1|\ tplink,re450-v2) - ucidef_set_compat_version "2.0" + ucidef_set_compat_version "3.0" ;; esac