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"