mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 16:09:44 +01:00
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 <diaz.it@icloud.com> Link: https://github.com/openwrt/openwrt/pull/22185 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
831685aa15
commit
03fddee7bd
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue