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() {

View File

@@ -4,5 +4,5 @@ BOARDFAMILY="sun4i"
BOARD_MAINTAINER=""
HAS_VIDEO_OUTPUT="no"
BOOTCONFIG="Mele_A1000_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -4,5 +4,5 @@ BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
HAS_VIDEO_OUTPUT="no"
BOOTCONFIG="MK808C_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -9,7 +9,7 @@ DEFAULT_OVERLAYS="usbhost0 usbhost1 uart1"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS1,ttyGS0"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
BOOT_FDT_FILE="sun8i-h3-nanopi-r1.dtb"

View File

@@ -8,7 +8,7 @@ MODULES_BLACKLIST="lima"
DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
HAS_VIDEO_OUTPUT="no"
CRUSTCONFIG="h5_defconfig"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="NanoPi A64"
BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER=""
BOOTCONFIG="nanopi_a64_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="a64_defconfig"

View File

@@ -9,5 +9,5 @@ DEFAULT_OVERLAYS="usbhost2 usbhost3"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -9,5 +9,5 @@ DEFAULT_OVERLAYS="usbhost2 usbhost3"
DEFAULT_CONSOLE="serial"
HAS_VIDEO_OUTPUT="no"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -9,7 +9,7 @@ DEFAULT_OVERLAYS="usbhost0 usbhost2 usbhost3"
DEFAULT_CONSOLE="serial"
HAS_VIDEO_OUTPUT="no"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
BOOT_FDT_FILE="sun8i-h3-nanopi-duo2.dtb"
CRUSTCONFIG="nanopi_m1_plus_defconfig"

View File

@@ -4,6 +4,6 @@ BOARDFAMILY="sun50iw2"
BOARD_MAINTAINER=""
BOOTCONFIG="nanopi_k1_plus_defconfig"
DEFAULT_OVERLAYS="analog-codec"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="h5_defconfig"

View File

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

View File

@@ -6,7 +6,7 @@ BOOTCONFIG="nanopi_m1_plus_defconfig"
MODULES_LEGACY="g_serial"
MODULES_CURRENT="g_serial"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
function post_config_uboot_target__extra_configs_for_nanopi_m1_plus() {
display_alert "$BOARD" "set dram clock" "info"

View File

@@ -3,5 +3,5 @@ BOARD_NAME="Nanopi M1 Plus 2"
BOARDFAMILY="sun50iw2"
BOARD_MAINTAINER=""
BOOTCONFIG="nanopi_m1_plus2_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
CRUSTCONFIG="h5_defconfig"

View File

@@ -9,5 +9,5 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -9,6 +9,6 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="h5_defconfig"

View File

@@ -9,6 +9,6 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS1,ttyGS0"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="h5_defconfig"

View File

@@ -9,6 +9,6 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="h5_defconfig"

View File

@@ -9,7 +9,7 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="h5_defconfig"

View File

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

View File

@@ -6,7 +6,7 @@ BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER="Kreyren"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
# NOTE(Krey): IMAGE_PARTITION_TABLE="gpt" was not tested, uses msdos by default

View File

@@ -4,5 +4,5 @@ BOARDFAMILY="sun5i"
BOARD_MAINTAINER=""
HAS_VIDEO_OUTPUT="no"
BOOTCONFIG="A13-OLinuXino_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -9,5 +9,5 @@ MODULES_BLACKLIST="lima sunxi_cedrus"
HAS_VIDEO_OUTPUT="no"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Orange Pi"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Orangepi_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
function post_config_uboot_target__extra_configs_for_orangepi() {
display_alert "$BOARD" "set dram clock" "info"

View File

@@ -3,5 +3,5 @@ BOARD_NAME="Orange Pi 2"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_2_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -4,7 +4,7 @@ BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_3_lts_defconfig"
BOOT_LOGO="desktop"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="orangepi_3_lts_defconfig"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Orange Pi 3"
BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_3_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="orangepi_3_defconfig"

View File

@@ -5,7 +5,7 @@ BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_lite_defconfig"
MODULES_LEGACY="g_serial"
MODULES_CURRENT="g_serial"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
function post_config_uboot_target__extra_configs_for_orangepi_lite() {

View File

@@ -3,6 +3,6 @@ BOARD_NAME="Orange Pi Lite 2"
BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_lite2_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="orangepi_3_lts_defconfig"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Orange Pi Mini"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Orangepi_mini_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
function post_config_uboot_target__extra_configs_for_orangepi_mini() {
display_alert "$BOARD" "set dram clock" "info"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Orange Pi One"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER="StephenGraf"
BOOTCONFIG="orangepi_one_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
function post_config_uboot_target__extra_configs_for_orangepi_one() {

View File

@@ -3,6 +3,6 @@ BOARD_NAME="Orange Pi One+"
BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_one_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="orangepi_3_lts_defconfig"

View File

@@ -3,5 +3,5 @@ BOARD_NAME="Orange Pi PC"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER="lbmendes"
BOOTCONFIG="orangepi_pc_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Orange Pi PC2"
BOARDFAMILY="sun50iw2"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_pc2_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="h5_defconfig"

View File

@@ -3,5 +3,5 @@ BOARD_NAME="Orange Pi PC +"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER="Janmcha"
BOOTCONFIG="orangepi_pc_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Orange Pi+"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
function post_config_uboot_target__extra_configs_for_orangepi_plus() {

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Orange Pi+ 2E"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_plus2e_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="legacy"
FULL_DESKTOP="yes"

View File

@@ -4,7 +4,7 @@ BOARDFAMILY="sun50iw2"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_prime_defconfig"
DEFAULT_OVERLAYS="analog-codec"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="orangepi_pc2_defconfig"

View File

@@ -3,6 +3,6 @@ BOARD_NAME="Orange Pi Win"
BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_win_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="a64_defconfig"

View File

@@ -9,7 +9,7 @@ DEFAULT_OVERLAYS="usbhost2 usbhost3 tve"
DEFAULT_CONSOLE="both"
HAS_VIDEO_OUTPUT="yes"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
# CRUSTCONFIG="orangepi_zero_defconfig" # Crust is failing https://github.com/armbian/build/issues/8197

View File

@@ -9,6 +9,6 @@ MODULES_BLACKLIST="lima"
SERIALCON="ttyS0,ttyGS0"
DEFAULT_OVERLAYS="usbhost2 usbhost3"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="h5_defconfig"

View File

@@ -7,5 +7,5 @@ MODULES_LEGACY="g_serial"
MODULES_CURRENT="g_serial"
DEFAULT_OVERLAYS="usbhost2 usbhost3"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -8,7 +8,7 @@ MODULES_CURRENT="g_serial"
DEFAULT_OVERLAYS="gpio-regulator-1.3v usbhost2 usbhost3"
HAS_VIDEO_OUTPUT="no"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="h5_defconfig"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="pcDuino 3"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Linksprite_pcDuino3_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
function post_config_uboot_target__extra_configs_for_pcDuino3() {

View File

@@ -3,4 +3,4 @@ BOARD_NAME="pcDuino3 Nano"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Linksprite_pcDuino3_Nano_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"

View File

@@ -2,7 +2,7 @@
BOARD_NAME="Phytium Pi"
BOARDFAMILY="phytium-embedded"
BOARD_MAINTAINER="chainsx"
KERNEL_TARGET="legacy,current"
KERNEL_TARGET="current,legacy"
KERNEL_TEST_TARGET="current"
BOOT_FDT_FILE="phytium/phytiumpi_firefly.dtb"
FULL_DESKTOP="yes"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Pine64"
BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER="PanderMusubi"
BOOTCONFIG="pine64_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="a64_defconfig"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="SoPine A64"
BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER=""
BOOTCONFIG="sopine_baseboard_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="a64_defconfig"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Pinebook A64"
BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER="Qvy-png"
BOOTCONFIG="pinebook_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"

View File

@@ -2,7 +2,7 @@
BOARD_NAME="Pine Cube"
BOARDFAMILY="sun8i-v3s"
BOARD_MAINTAINER=""
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
BOOTCONFIG="pinecube_defconfig"
HAS_VIDEO_OUTPUT="no"

View File

@@ -3,7 +3,7 @@ BOARD_NAME="Pine H64 model B"
BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="pine_h64_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
BOOT_FDT_FILE="sun50i-h6-pine-h64-model-b.dtb"
CRUSTCONFIG="h6_defconfig"

View File

@@ -3,6 +3,6 @@ BOARD_NAME="Pine H64"
BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="pine_h64_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="h6_defconfig"

View File

@@ -14,7 +14,7 @@
declare -g BOARD_NAME="UEFI x86 (QEMU)"
declare -g BOARDFAMILY="uefi-x86"
declare -g BOARD_MAINTAINER="davidandreoletti"
declare -g KERNEL_TARGET="legacy,current,edge"
declare -g KERNEL_TARGET="current,edge,legacy"
declare -g SERIALCON="tty1,ttyS0"
declare -g BOOT_LOGO=desktop

View File

@@ -2,7 +2,7 @@
BOARD_NAME="Iagent Recore"
BOARDFAMILY="sun50iw1"
BOOTCONFIG="recore_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
MODULES="g_serial"
BOOT_LOGO="yes"

View File

@@ -2,7 +2,7 @@
declare -g BOARD_NAME="Raspberry Pi"
declare -g BOARDFAMILY="bcm2711"
declare -g BOARD_MAINTAINER="PanderMusubi teknoid"
declare -g KERNEL_TARGET="legacy,current,edge"
declare -g KERNEL_TARGET="current,edge,legacy"
declare -g ASOUND_STATE="asound.state.rpi"
declare -g KERNEL_TEST_TARGET="current"
declare -g MODULES="i2c_dev"

View File

@@ -4,5 +4,5 @@ BOARDFAMILY="sun8i"
BOARD_MAINTAINER=""
BOOTCONFIG="sunvell_r69_defconfig"
DEFAULT_OVERLAYS="cir analog-codec"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"

View File

@@ -3,6 +3,6 @@ BOARD_NAME="Tanix TX6"
BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="tanix_tx6_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="tanix_tx6_defconfig"

View File

@@ -6,6 +6,6 @@ BOOTCONFIG="libretech_all_h3_cc_h3_defconfig"
MODULES_CURRENT="g_serial"
DEFAULT_OVERLAYS="usbhost1 usbhost2 analog-codec"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"

View File

@@ -6,7 +6,7 @@ BOOTCONFIG="libretech_all_h3_cc_h5_defconfig"
MODULES_CURRENT="g_serial"
DEFAULT_OVERLAYS="analog-codec"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
FULL_DESKTOP="yes"
CRUSTCONFIG="h5_defconfig"

View File

@@ -2,6 +2,6 @@
declare -g BOARD_NAME="UEFI arm64"
declare -g BOARDFAMILY="uefi-arm64"
declare -g BOARD_MAINTAINER="rpardini"
declare -g KERNEL_TARGET="legacy,current,edge,cloud"
declare -g KERNEL_TARGET="current,edge,legacy,cloud"
declare -g KERNEL_TEST_TARGET="current"
declare -g BOOT_LOGO=desktop

View File

@@ -2,5 +2,5 @@
declare -g BOARD_NAME="UEFI riscv64"
declare -g BOARDFAMILY="uefi-riscv64"
declare -g BOARD_MAINTAINER=""
declare -g KERNEL_TARGET="legacy,current,edge"
declare -g KERNEL_TARGET="current,edge,legacy"
declare -g SERIALCON="ttyS0"

View File

@@ -2,7 +2,7 @@
declare -g BOARD_NAME="UEFI x86"
declare -g BOARDFAMILY="uefi-x86"
declare -g BOARD_MAINTAINER="rpardini"
declare -g KERNEL_TARGET="legacy,current,edge,cloud"
declare -g KERNEL_TARGET="current,edge,legacy,cloud"
declare -g KERNEL_TEST_TARGET="current"
declare -g SERIALCON="tty1"
declare -g BOOT_LOGO=desktop