From 8ffdf8c55c97ac5871a0e29fdbd44f629e94d50c Mon Sep 17 00:00:00 2001 From: Muhammed Efe Cetin Date: Wed, 5 Jul 2023 15:44:07 +0300 Subject: [PATCH] Add edge kernel support for Orange Pi 5 --- config/boards/orangepi5.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/orangepi5.conf b/config/boards/orangepi5.conf index 343428a605..04ba0b581e 100644 --- a/config/boards/orangepi5.conf +++ b/config/boards/orangepi5.conf @@ -5,7 +5,7 @@ BOARD_MAINTAINER="efectn" BOOTCONFIG="orangepi_5_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate BOOTCONFIG_SATA="orangepi_5_sata_defconfig" BOOT_SOC="rk3588" -KERNEL_TARGET="legacy" +KERNEL_TARGET="legacy,edge" FULL_DESKTOP="yes" BOOT_LOGO="desktop" BOOT_FDT_FILE="rockchip/rk3588s-orangepi-5.dtb"