Răsfoiți Sursa

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/22185
Signed-off-by: Robert Marko <[email protected]>
Ivan Diaz 1 lună în urmă
părinte
comite
03fddee7bd

+ 1 - 1
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

+ 1 - 1
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