From a7fd5fcc5f19d2e8ac071799622dcbaa85bcd0c8 Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Fri, 29 Sep 2023 20:23:53 +0530 Subject: [PATCH] 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 --- config/boards/orangepi3.csc | 2 +- config/boards/orangepilite2.csc | 2 +- config/boards/orangepioneplus.csc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/boards/orangepi3.csc b/config/boards/orangepi3.csc index 301726a592..e08abe63e9 100644 --- a/config/boards/orangepi3.csc +++ b/config/boards/orangepi3.csc @@ -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" diff --git a/config/boards/orangepilite2.csc b/config/boards/orangepilite2.csc index c58eee864a..8ec1733268 100644 --- a/config/boards/orangepilite2.csc +++ b/config/boards/orangepilite2.csc @@ -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" diff --git a/config/boards/orangepioneplus.csc b/config/boards/orangepioneplus.csc index 843761a97e..2c919c8a5b 100644 --- a/config/boards/orangepioneplus.csc +++ b/config/boards/orangepioneplus.csc @@ -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"