config: change order of preferred kernels

reorder kernel preference in more boards as "current > edge > legacy"
This commit is contained in:
Rolf Leggewie
2025-08-21 15:14:43 +08:00
parent 82a5bc5e93
commit 94d26351d2
80 changed files with 80 additions and 80 deletions

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Banana Pi"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER="DylanHP janprunk"
BOOTCONFIG="Bananapi_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
function post_config_uboot_target__extra_configs_for_bananapi() {

View File

@@ -3,5 +3,5 @@ BOARD_NAME="Banana Pi M1+"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="bananapi_m1_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -4,5 +4,5 @@ BOARDFAMILY="sun6i"
BOARD_MAINTAINER=""
BOOTCONFIG="Sinovoip_BPI_M2_defconfig"
OVERLAY_PREFIX="sun6i-a31s"
KERNEL_TARGET="legacy,current"
KERNEL_TARGET="current,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -4,5 +4,5 @@ BOARDFAMILY="sun8i"
BOARD_MAINTAINER=""
BOOTCONFIG="Bananapi_M2_Ultra_defconfig"
OVERLAY_PREFIX="sun8i-r40"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -6,5 +6,5 @@ BOOTCONFIG="bananapi_m2_zero_defconfig"
MODULES_LEGACY="g_serial"
MODULES_CURRENT="g_serial"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -4,7 +4,7 @@ BOARDFAMILY="sun8i"
BOARD_MAINTAINER="AaronNGray"
BOOTCONFIG="Sinovoip_BPI_M3_defconfig"
OVERLAY_PREFIX="sun8i-a83t"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
BOOTBRANCH="tag:v2024.01"

View File

@@ -4,6 +4,6 @@ BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER="devdotnetorg"
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
BOOTCONFIG="bananapi_m64_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="a64_defconfig"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Banana Pi Pro"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Bananapro_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
function post_config_uboot_target__extra_configs_for_bananapipro() {

View File

@@ -3,5 +3,5 @@ BOARD_NAME="Beelink X2"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER=""
BOOTCONFIG="beelink_x2_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -4,7 +4,7 @@ BOARDFAMILY="sun4i"
BOARD_MAINTAINER=""
BOOTCONFIG="Cubieboard_config"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
MODULES_BLACKLIST="ir_lirc_codec lirc_dev sunxi-cir"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Cubieboard 2"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Cubieboard2_config"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
function post_config_uboot_target__extra_configs_for_cubieboard2() {

View File

@@ -3,5 +3,5 @@ BOARD_NAME="Cubieboard 4"
BOARDFAMILY="sun9i"
BOARD_MAINTAINER=""
BOOTCONFIG=Cubieboard4_defconfig
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -3,5 +3,5 @@ BOARD_NAME="Cubietruck"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Cubietruck_config"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -4,4 +4,4 @@ BOARDFAMILY="sun8i"
BOARD_MAINTAINER=""
BOOTCONFIG="Cubietruck_plus_defconfig"
OVERLAY_PREFIX="sun8i-a83t"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"

View File

@@ -3,4 +3,4 @@ BOARD_NAME="MCIMX7SABRE"
BOARDFAMILY="imx7d"
BOARD_MAINTAINER=""
BOOTCONFIG="imx_v7_defconfig"
KERNEL_TARGET="legacy,current"
KERNEL_TARGET="current,legacy"

View File

@@ -2,7 +2,7 @@
BOARD_NAME="LicheePi 4A"
BOARDFAMILY="thead"
BOARD_MAINTAINER="chainsx"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
BOOT_FDT_FILE="thead/th1520-lichee-pi-4a.dtb"
SRC_EXTLINUX="yes"

View File

@@ -5,5 +5,5 @@ BOARD_MAINTAINER=""
HAS_VIDEO_OUTPUT="no"
BOOTCONFIG="A33-OLinuXino_defconfig"
OVERLAY_PREFIX="sun8i-a33"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -4,7 +4,7 @@ BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER=""
BOOTCONFIG_DEFAULT="sun50iw1p1_config"
BOOTCONFIG="a64-olinuxino_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="a64_defconfig"

View File

@@ -3,5 +3,5 @@ BOARD_NAME="A20 OLinuXino Lime"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="A20-OLinuXino-Lime_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="A20 OLinuXino Lime 2"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="A20-OLinuXino-Lime2-eMMC_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
function post_config_uboot_target__extra_configs_for_lime2() {

Some files were not shown because too many files have changed in this diff Show More