[openwrt/openwrt] rampis: mt7621: Edgerouter-X update compat version to 2.0

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 28 10:57:19 PST 2024


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/1c934c7dc7355cb5ff9dda5a52256d74dfd2aa83

commit 1c934c7dc7355cb5ff9dda5a52256d74dfd2aa83
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
    (cherry picked from commit 1bdbd511b27017157e92ffe128e66853d169dcbf)
    Link: https://github.com/openwrt/openwrt/pull/17097
    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