Change to board specific crust configs for orangepi 3, lite2 and one plus

As lite2 and one plus needs configuration same as Orange Pi 3 LTS, used the
same
This commit is contained in:
Gunjan Gupta
2023-09-29 20:23:53 +05:30
parent 23b1911296
commit a7fd5fcc5f
3 changed files with 3 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ BOOTCONFIG="orangepi_3_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current,edge"
FULL_DESKTOP="yes"
CRUSTCONFIG="h6_defconfig"
CRUSTCONFIG="orangepi_3_defconfig"

View File

@@ -4,4 +4,4 @@ BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_lite2_defconfig"
KERNEL_TARGET="legacy,current,edge"
CRUSTCONFIG="h6_defconfig"
CRUSTCONFIG="orangepi_3_lts_defconfig"

View File

@@ -4,4 +4,4 @@ BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_one_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
CRUSTCONFIG="h6_defconfig"
CRUSTCONFIG="orangepi_3_lts_defconfig"