From: Ivan Diaz Date: Tue, 3 Mar 2026 23:14:48 +0000 (-0500) Subject: ath79: tiny: increment compat version for RE355/RE450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03fddee7bda5039757051511bbd36d2a6405c610;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index fa72ff8baa1..926b5eb02cd 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 06a0b9f775f..5ddbde10ba6 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