diff options
author | Daniel Golle <daniel@makrotopia.org> | 2024-03-09 13:50:40 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2024-03-09 14:02:58 +0000 |
commit | 330316f0566b67153f72f68635233023af4323be (patch) | |
tree | 63686a2208ddd355fb09339aad3f27ec8a98c1b4 /target/linux/mediatek/image | |
parent | cd4de3251c1ffd572a563e6567598a875068acc2 (diff) |
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@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/image')
-rw-r--r-- | target/linux/mediatek/image/mt7622.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |