Skip to content

Commit

Permalink
Update orangepi5-ultra.csc
Browse files Browse the repository at this point in the history
Add jimmy's branch direclty for easier testing.
  • Loading branch information
EvilOlaf authored Feb 21, 2025
1 parent 1c2e02f commit a93a938
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/boards/orangepi5-ultra.csc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ BOARDFAMILY="rockchip-rk3588"
BOARD_MAINTAINER=""
BOOTCONFIG="orangepi-5-ultra-rk3588_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate
BOOT_SOC="rk3588"
KERNEL_TARGET="current"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current,edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3588-orangepi-5-ultra.dtb"
Expand All @@ -16,6 +16,12 @@ IMAGE_PARTITION_TABLE="gpt"
#enable_extension "bcmdhd"
BCMDHD_TYPE="sdio"

function post_family_config_branch_edge__orangepi5-ultra_use_custom_source() {
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel.
declare -g KERNELSOURCE='https://github.com/jimmyhon/linux'
declare -g KERNELBRANCH='branch:integrate-6.15'
}

function post_family_tweaks__orangepi5ultra_naming_audios() {
display_alert "$BOARD" "Renaming orangepi5ultra audios" "info"

Expand Down

0 comments on commit a93a938

Please sign in to comment.