OrangePi R2S/RV2: Change KERNEL_TARGET to legacy and current

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
Patrick Yavitz 2026-03-01 09:44:00 -05:00 committed by Igor
parent 15174efc6d
commit 7ff007c24f
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ BOARD_NAME="Orange Pi R2S"
BOARD_VENDOR="xunlong"
BOARDFAMILY="spacemit"
BOARD_MAINTAINER="sven-ola"
KERNEL_TARGET="current,edge"
KERNEL_TARGET="legacy,current"
BOOT_FDT_FILE="spacemit/x1_orangepi-r2s.dtb"
BOOTDELAY=1
SRC_EXTLINUX="yes"

View File

@ -3,7 +3,7 @@ BOARD_NAME="Orange Pi RV2"
BOARD_VENDOR="xunlong"
BOARDFAMILY="spacemit"
BOARD_MAINTAINER="sven-ola"
KERNEL_TARGET="current,edge"
KERNEL_TARGET="legacy,current"
BOOT_FDT_FILE="spacemit/x1_orangepi-rv2.dtb"
BOOTDELAY=1
SRC_EXTLINUX="yes"