Enable legacy on boards that had support for current kernel

This commit is contained in:
Gunjan Gupta 2023-12-23 00:07:39 +05:30 committed by Igor
parent 03cbbdff7b
commit 454e99966d
16 changed files with 18 additions and 18 deletions

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@ BOARD_MAINTAINER=""
BOOTCONFIG="tanix_tx6_defconfig"
CRUSTCONFIG="tanix_tx6_defconfig"
BOOT_FDT_FILE="allwinner/sun50i-h6-inovato-quadra.dtb"
KERNEL_TARGET="current,edge"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current,edge"
BOOT_LOGO="desktop"
FULL_DESKTOP="yes"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# Allwinner A64 quad core 2GB SoC Wi-Fi/BT Revision C
BOARD_NAME="OLIMEX Teres A64"
BOARD_NAME="OLIMEX Teres A64"
# Specified in https://linux-sunxi.org/Allwinner_SoC_Family
BOARDFAMILY="sun50iw1"
@ -7,7 +7,7 @@ BOARDFAMILY="sun50iw1"
BOARD_MAINTAINER="Kreyren"
# Legacy has been removed as it's too old and disfunctional for this board
KERNEL_TARGET="current,edge"
KERNEL_TARGET="legacy,current,edge"
# NOTE(Krey): IMAGE_PARTITION_TABLE="gpt" was not tested, uses msdos by default

View File

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

View File

@ -1,4 +1,4 @@
# Allwinner H2+ quad core 256MB/512MB RAM SoC WiFi SPI 2xETH
# Allwinner H2+ quad core 256MB/512MB RAM SoC WiFi SPI 2xETH
BOARD_NAME="Orange Pi R1"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER="schwar3kat"
@ -9,4 +9,4 @@ MODULES_BLACKLIST="lima sunxi_cedrus"
HAS_VIDEO_OUTPUT="no"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="current,edge"
KERNEL_TARGET="legacy,current,edge"

View File

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

View File

@ -3,4 +3,4 @@ BOARD_NAME="pcDuino 3"
BOARDFAMILY="sun7i"
BOARD_MAINTAINER=""
BOOTCONFIG="Linksprite_pcDuino3_defconfig"
KERNEL_TARGET="current,edge"
KERNEL_TARGET="legacy,current,edge"

View File

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

View File

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