From eec8d3c92f3d1f86e32f70ffac04d1e542335cdb Mon Sep 17 00:00:00 2001 From: Werner Date: Mon, 24 Mar 2025 05:20:17 +0100 Subject: [PATCH] Opi5max - remove `current` builds reduce annoyance for ourselves. --- config/boards/orangepi5-max.csc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/orangepi5-max.csc b/config/boards/orangepi5-max.csc index e5ea64523..ba616cdba 100644 --- a/config/boards/orangepi5-max.csc +++ b/config/boards/orangepi5-max.csc @@ -5,7 +5,7 @@ BOARD_MAINTAINER="" BOOTCONFIG="orangepi-5-max-rk3588_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate BOOT_SOC="rk3588" KERNEL_TARGET="vendor,current,edge" -KERNEL_TEST_TARGET="vendor,current,edge" +KERNEL_TEST_TARGET="vendor,edge" FULL_DESKTOP="yes" BOOT_LOGO="desktop" BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-max.dtb"