KERNEL_TEST_TARGET is just override. We won't both targets, so we have both.

This commit is contained in:
Igor Pecovnik 2025-11-25 18:15:58 +01:00
parent 18795c437a
commit 4d149b47c3
No known key found for this signature in database
GPG Key ID: AC67DF56D680226A
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ BOARD_NAME="NanoPi R76S"
BOARDFAMILY="rk35xx"
BOOTCONFIG="nanopi-r76s-rk3576_defconfig"
KERNEL_TARGET="vendor,edge" # WIP: current kernel
KERNEL_TEST_TARGET="edge"
KERNEL_TEST_TARGET="vendor,edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3576-nanopi-r76s.dtb"