summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Lunn2024-04-18 00:56:07 +0000
committerPetr Štetiar2024-11-28 18:46:30 +0000
commita5efcbd327f837b4ca425ac46d9e63e203580d4f (patch)
tree1b2e25a2fe6bbe34d3027465cb7f94f7fdcee8c9
parent1fd7e5124ebe06b4fab8b619d38f695828640905 (diff)
downloadopenwrt-a5efcbd327f837b4ca425ac46d9e63e203580d4f.tar.gz
rampis: mt7621: Edgerouter-X set compat version message
Refer user to the wiki page for instructions on how to migrate to the new kernel layout. Signed-off-by: Tim Lunn <tim@feathertop.org> Tested-by: Mauri Sandberg <maukka@ext.kapsi.fi> Link: https://github.com/openwrt/openwrt/pull/15194 (cherry picked from commit 70c371d91cda300d7c655f019cb2076d2dd537fb) Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--target/linux/ramips/image/mt7621.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 27adb06bf7..f4dacba894 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -2865,6 +2865,10 @@ define Device/ubnt_edgerouter_common
ubnt-erx-factory-image $(KDIR)/tmp/$$(KERNEL_INITRAMFS_PREFIX)-factory.tar
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
DEVICE_PACKAGES += -wpad-basic-mbedtls -uboot-envtools
+ DEVICE_COMPAT_VERSION := 2.0
+ DEVICE_COMPAT_MESSAGE := Partition table has been changed due to kernel size restrictions. \
+ Refer to the wiki page for instructions to migrate to the new layout: \
+ https://openwrt.org/toh/ubiquiti/edgerouter_x_er-x_ka
DEFAULT := n
endef