From f4a1e9245d07053852ac3af1d0b084379e675ed0 Mon Sep 17 00:00:00 2001 From: SuperKali Date: Tue, 30 Sep 2025 12:16:24 +0200 Subject: [PATCH] nanopi-m5: Fixes the assignment of KERNEL_TARGET in the board configuration file. (#8695) The space in the KERNEL_TARGET assignment was causing issues. This commit removes the space to ensure the variable is parsed correctly. --- config/boards/nanopi-m5.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/nanopi-m5.conf b/config/boards/nanopi-m5.conf index 5fc69e50f3..f47f35b144 100644 --- a/config/boards/nanopi-m5.conf +++ b/config/boards/nanopi-m5.conf @@ -2,7 +2,7 @@ BOARD_NAME="NanoPi M5" BOARDFAMILY="rk35xx" BOOTCONFIG="nanopi-m5-rk3576_defconfig" -KERNEL_TARGET="vendor, edge" # WIP: current kernel +KERNEL_TARGET="vendor,edge" # WIP: current kernel FULL_DESKTOP="yes" ASOUND_STATE="asound.state.nanopi-m5" BOOT_LOGO="desktop"