summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Lunn2024-04-18 00:57:17 +0000
committerPetr Štetiar2024-11-28 18:46:31 +0000
commit1c934c7dc7355cb5ff9dda5a52256d74dfd2aa83 (patch)
tree7670bb6ac89a0fad26ab0668f8d4030445f22559
parenta5efcbd327f837b4ca425ac46d9e63e203580d4f (diff)
downloadopenwrt-1c934c7dc7355cb5ff9dda5a52256d74dfd2aa83.tar.gz
rampis: mt7621: Edgerouter-X update compat version to 2.0
Use compat version to indicate that the new layout for larger kernels is in place. This handled by the patch to ubnt.sh to always select the kernel1 slot for flashing and as active kernel slot. 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 1bdbd511b27017157e92ffe128e66853d169dcbf) Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version b/target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version
index acc69021d0..156fb1735e 100644
--- a/target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version
+++ b/target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version
@@ -8,6 +8,8 @@
board_config_update
case "$(board_name)" in
+ ubnt,edgerouter-x|\
+ ubnt,edgerouter-x-sfp|\
iptime,ax2004m)
ucidef_set_compat_version "2.0"
;;