From bd611af589f68c3adf25cedb5ccda79000146fa6 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 14 Sep 2024 19:25:38 +0200 Subject: [PATCH] Nanopi R6: adjust kernel build target to have correct images built --- config/boards/nanopi-r6s.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/nanopi-r6s.conf b/config/boards/nanopi-r6s.conf index a22c1b85b0..598df6dccf 100644 --- a/config/boards/nanopi-r6s.conf +++ b/config/boards/nanopi-r6s.conf @@ -5,7 +5,7 @@ BOARD_MAINTAINER="efectn" BOOTCONFIG="nanopi-r6s-rk3588s_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate BOOT_SOC="rk3588" KERNEL_TARGET="edge,current,vendor" -KERNEL_TEST_TARGET="vendor,current,edge" +KERNEL_TEST_TARGET="vendor,current" FULL_DESKTOP="yes" BOOT_LOGO="desktop" IMAGE_PARTITION_TABLE="gpt"