Просмотр исходного кода

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 <[email protected]>
Tested-by: Mauri Sandberg <[email protected]>
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 <[email protected]>
Tim Lunn 1 год назад
Родитель
Сommit
1c934c7dc7
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version

+ 2 - 0
target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version

@@ -8,6 +8,8 @@
 board_config_update
 board_config_update
 
 
 case "$(board_name)" in
 case "$(board_name)" in
+	ubnt,edgerouter-x|\
+	ubnt,edgerouter-x-sfp|\
 	iptime,ax2004m)
 	iptime,ax2004m)
 		ucidef_set_compat_version "2.0"
 		ucidef_set_compat_version "2.0"
 		;;
 		;;