[openwrt/openwrt] mediatek: linksys-e8450: improve compat warning
LEDE Commits
lede-commits at lists.infradead.org
Sat Mar 9 06:03:22 PST 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/330316f0566b67153f72f68635233023af4323be
commit 330316f0566b67153f72f68635233023af4323be
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Mar 9 13:50:40 2024 +0000
mediatek: linksys-e8450: improve compat warning
Include a statement about having to run the installer in the
sysupgrade compat warning for the Linksys E8450 (UBI).
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mediatek/image/mt7622.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk
index f06175041e..ab2bde0836 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -273,7 +273,7 @@ define Device/linksys_e8450-ubi
ARTIFACT/preloader.bin := bl2 snand-ubi-1ddr
ARTIFACT/bl31-uboot.fip := bl31-uboot linksys_e8450
DEVICE_COMPAT_VERSION := 2.0
- DEVICE_COMPAT_MESSAGE := SPI-NAND flash layout changes require bootloader update
+ DEVICE_COMPAT_MESSAGE := SPI-NAND flash layout changes require bootloader update. Please run the UBI installer version 1.1.0+ (unsigned) first.
endef
TARGET_DEVICES += linksys_e8450-ubi
More information about the lede-commits
mailing list