Start development of legacy branch of H6

This commit is contained in:
leeboby
2020-11-12 09:45:16 +08:00
parent 5a9094d2d7
commit e94243355f
3 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
BOARD_NAME="Orange Pi 3" BOARD_NAME="Orange Pi 3"
BOARDFAMILY="sun50iw6" BOARDFAMILY="sun50iw6"
BOOTCONFIG="orangepi_3_defconfig" BOOTCONFIG="orangepi_3_defconfig"
KERNEL_TARGET="current" KERNEL_TARGET="legacy,current"
FULL_DESKTOP="yes" FULL_DESKTOP="yes"
ATFBRANCH="tag:v2.2" ATFBRANCH="tag:v2.2"

View File

@@ -2,4 +2,4 @@
BOARD_NAME="Orange Pi Lite 2" BOARD_NAME="Orange Pi Lite 2"
BOARDFAMILY="sun50iw6" BOARDFAMILY="sun50iw6"
BOOTCONFIG="orangepi_lite2_defconfig" BOOTCONFIG="orangepi_lite2_defconfig"
KERNEL_TARGET="current" KERNEL_TARGET="legacy,current"

View File

@@ -2,5 +2,5 @@
BOARD_NAME="Orange Pi One+" BOARD_NAME="Orange Pi One+"
BOARDFAMILY="sun50iw6" BOARDFAMILY="sun50iw6"
BOOTCONFIG="orangepi_one_plus_defconfig" BOOTCONFIG="orangepi_one_plus_defconfig"
KERNEL_TARGET="current" KERNEL_TARGET="legacy,current"
ATFBRANCH="tag:v2.2" ATFBRANCH="tag:v2.2"