kernel: mainline: Bump 6.10-rc3 to 6.10-rc4

Including kernel config rewrite for RK3588
This commit is contained in:
ColorfulRhino
2024-06-17 13:22:38 +02:00
committed by Igor
parent 0813594057
commit c14e1664b6
2 changed files with 3 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
function mainline_kernel_decide_version__upstream_release_candidate_number() {
[[ -n "${KERNELBRANCH}" ]] && return 0 # if already set, don't touch it; that way other hooks can run in any order
if [[ "${KERNEL_MAJOR_MINOR}" == "6.10" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
declare -g KERNELBRANCH="tag:v6.10-rc3"
declare -g KERNELBRANCH="tag:v6.10-rc4"
display_alert "mainline-kernel: upstream release candidate" "Using KERNELBRANCH='${KERNELBRANCH}' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR}'" "info"
fi
}