mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
orangepi5-ultra: Support vendor builds
Required patches: https://github.com/armbian/linux-rockchip/pull/370 Signed-off-by: Khusika Dhamar Gusti <khusikadhamar@gmail.com>
This commit is contained in:
committed by
Igor
parent
15e454b2c5
commit
26e7667afd
@@ -4,8 +4,8 @@ BOARDFAMILY="rockchip-rk3588"
|
|||||||
BOARD_MAINTAINER=""
|
BOARD_MAINTAINER=""
|
||||||
BOOTCONFIG="orangepi-5-ultra-rk3588_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
|
BOOTCONFIG="orangepi-5-ultra-rk3588_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
|
||||||
BOOT_SOC="rk3588"
|
BOOT_SOC="rk3588"
|
||||||
KERNEL_TARGET="current,edge"
|
KERNEL_TARGET="vendor,current,edge"
|
||||||
KERNEL_TEST_TARGET="current,edge"
|
KERNEL_TEST_TARGET="vendor,current,edge"
|
||||||
FULL_DESKTOP="yes"
|
FULL_DESKTOP="yes"
|
||||||
BOOT_LOGO="desktop"
|
BOOT_LOGO="desktop"
|
||||||
BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-ultra.dtb"
|
BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-ultra.dtb"
|
||||||
@@ -45,4 +45,4 @@ function post_family_tweaks__orangepi5ultra_enable_bluetooth_service() {
|
|||||||
display_alert "$BOARD" "Enabling ap6611s-bluetooth.service" "info"
|
display_alert "$BOARD" "Enabling ap6611s-bluetooth.service" "info"
|
||||||
chroot_sdcard systemctl enable ap6611s-bluetooth.service
|
chroot_sdcard systemctl enable ap6611s-bluetooth.service
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user