From 93dcabf2aad036be6d893ee18635ebc3ac7d2019 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 15 Dec 2023 16:11:18 +0100 Subject: [PATCH] Disable legacy test target for Orangepi One Plus --- config/boards/orangepioneplus.csc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/boards/orangepioneplus.csc b/config/boards/orangepioneplus.csc index 2c919c8a5b..6f82d63c03 100644 --- a/config/boards/orangepioneplus.csc +++ b/config/boards/orangepioneplus.csc @@ -4,4 +4,5 @@ BOARDFAMILY="sun50iw6" BOARD_MAINTAINER="" BOOTCONFIG="orangepi_one_plus_defconfig" KERNEL_TARGET="legacy,current,edge" +KERNEL_TEST_TARGET="current" CRUSTCONFIG="orangepi_3_lts_defconfig"