diff options
author | Tim Lunn <tim@feathertop.org> | 2024-04-18 10:57:17 +1000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2024-11-08 12:37:08 +0000 |
commit | 1bdbd511b27017157e92ffe128e66853d169dcbf (patch) | |
tree | 2e249f8ad041bfd1d272ff36cdf2a39fb89685ee /target/linux | |
parent | 70c371d91cda300d7c655f019cb2076d2dd537fb (diff) | |
download | openwrt-1bdbd511b27017157e92ffe128e66853d169dcbf.tar.gz openwrt-1bdbd511b27017157e92ffe128e66853d169dcbf.tar.bz2 openwrt-1bdbd511b27017157e92ffe128e66853d169dcbf.zip |
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
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version | 2 |
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" ;; |