From: Tim Lunn Date: Thu, 18 Apr 2024 00:57:17 +0000 (+1000) Subject: rampis: mt7621: Edgerouter-X update compat version to 2.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1bdbd511b27017157e92ffe128e66853d169dcbf;p=openwrt%2Fstaging%2Fstintel.git 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 Tested-by: Mauri Sandberg Link: https://github.com/openwrt/openwrt/pull/15194 Signed-off-by: Petr Štetiar --- 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" ;;