Disable legacy test target for Orangepi One Plus

This commit is contained in:
Igor Pecovnik 2023-12-15 16:11:18 +01:00 committed by Igor
parent 507765ddf6
commit 93dcabf2aa

View File

@ -4,4 +4,5 @@ BOARDFAMILY="sun50iw6"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi_one_plus_defconfig"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TEST_TARGET="current"
CRUSTCONFIG="orangepi_3_lts_defconfig"