From e6a1ff0e21d8611d5aa9efbf4807681234fa70e7 Mon Sep 17 00:00:00 2001 From: SuperKali Date: Wed, 11 Dec 2024 07:33:09 +0000 Subject: [PATCH] Re-add support kernel edge on youyeetoo r1 --- config/boards/youyeetoo-r1-v3.csc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/youyeetoo-r1-v3.csc b/config/boards/youyeetoo-r1-v3.csc index 47a522b9ca..bf79113729 100644 --- a/config/boards/youyeetoo-r1-v3.csc +++ b/config/boards/youyeetoo-r1-v3.csc @@ -4,7 +4,7 @@ BOARDFAMILY="rockchip-rk3588" BOARD_MAINTAINER="SuperKali" BOOTCONFIG="generic-rk3588_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate BOOT_SOC="rk3588" -KERNEL_TARGET="current,vendor" +KERNEL_TARGET="current,edge,vendor" FULL_DESKTOP="yes" BOOT_LOGO="desktop" IMAGE_PARTITION_TABLE="gpt"