[openwrt/openwrt] rampis: mt7621: Edgerouter-X update compat version to 2.0
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 8 04:38:06 PST 2024
ynezz pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1bdbd511b27017157e92ffe128e66853d169dcbf
commit 1bdbd511b27017157e92ffe128e66853d169dcbf
Author: Tim Lunn <tim at feathertop.org>
AuthorDate: Thu Apr 18 10:57:17 2024 +1000
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 at feathertop.org>
Tested-by: Mauri Sandberg <maukka at ext.kapsi.fi>
Link: https://github.com/openwrt/openwrt/pull/15194
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version | 2 ++
1 file changed, 2 insertions(+)
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"
;;
More information about the lede-commits
mailing list