From 6cca6d421e4f57f203ba3fcc86eb7a471451298d Mon Sep 17 00:00:00 2001 From: amazingfate Date: Fri, 17 Jan 2025 16:10:42 +0800 Subject: [PATCH] add KERNEL_TEST_TARGET=current to hinlink h6xk boards --- config/boards/hinlink-h66k.csc | 1 + config/boards/hinlink-h68k.csc | 1 + config/boards/hinlink-hnas.csc | 1 + 3 files changed, 3 insertions(+) diff --git a/config/boards/hinlink-h66k.csc b/config/boards/hinlink-h66k.csc index 2d8ee097e9f2..e51dfb778ddd 100644 --- a/config/boards/hinlink-h66k.csc +++ b/config/boards/hinlink-h66k.csc @@ -4,6 +4,7 @@ BOARDFAMILY="rk35xx" BOARD_MAINTAINER="" BOOTCONFIG="radxa-e25-rk3568_defconfig" KERNEL_TARGET="current,edge" +KERNEL_TEST_TARGET="current" FULL_DESKTOP="yes" BOOT_LOGO="desktop" BOOT_FDT_FILE="rockchip/rk3568-hinlink-h66k.dtb" diff --git a/config/boards/hinlink-h68k.csc b/config/boards/hinlink-h68k.csc index 78121a6ce8d5..4f3bcd990121 100644 --- a/config/boards/hinlink-h68k.csc +++ b/config/boards/hinlink-h68k.csc @@ -4,6 +4,7 @@ BOARDFAMILY="rk35xx" BOARD_MAINTAINER="" BOOTCONFIG="radxa-e25-rk3568_defconfig" KERNEL_TARGET="current,edge" +KERNEL_TEST_TARGET="current" FULL_DESKTOP="yes" BOOT_LOGO="desktop" BOOT_FDT_FILE="rockchip/rk3568-hinlink-h68k.dtb" diff --git a/config/boards/hinlink-hnas.csc b/config/boards/hinlink-hnas.csc index 7c5e69ae90a1..66027751c49f 100644 --- a/config/boards/hinlink-hnas.csc +++ b/config/boards/hinlink-hnas.csc @@ -4,6 +4,7 @@ BOARDFAMILY="rk35xx" BOARD_MAINTAINER="" BOOTCONFIG="radxa-e25-rk3568_defconfig" KERNEL_TARGET="current,edge" +KERNEL_TEST_TARGET="current" FULL_DESKTOP="yes" BOOT_LOGO="desktop" BOOT_FDT_FILE="rockchip/rk3568-hinlink-hnas.dtb"