Skip to content

Commit 26e7667

Browse files
khusikaigorpecovnik
authored andcommitted
orangepi5-ultra: Support vendor builds
Required patches: armbian/linux-rockchip#370 Signed-off-by: Khusika Dhamar Gusti <[email protected]>
1 parent 15e454b commit 26e7667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/boards/orangepi5-ultra.csc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ BOARDFAMILY="rockchip-rk3588"
44
BOARD_MAINTAINER=""
55
BOOTCONFIG="orangepi-5-ultra-rk3588_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
66
BOOT_SOC="rk3588"
7-
KERNEL_TARGET="current,edge"
8-
KERNEL_TEST_TARGET="current,edge"
7+
KERNEL_TARGET="vendor,current,edge"
8+
KERNEL_TEST_TARGET="vendor,current,edge"
99
FULL_DESKTOP="yes"
1010
BOOT_LOGO="desktop"
1111
BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-ultra.dtb"
@@ -45,4 +45,4 @@ function post_family_tweaks__orangepi5ultra_enable_bluetooth_service() {
4545
display_alert "$BOARD" "Enabling ap6611s-bluetooth.service" "info"
4646
chroot_sdcard systemctl enable ap6611s-bluetooth.service
4747
return 0
48-
}
48+
}

0 commit comments

Comments
 (0)