File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
# Shared versioning logic for Armbian mainline kernels.
8
8
function mainline_kernel_decide_version__upstream_release_candidate_number() {
9
9
[[ -n " ${KERNELBRANCH} " ]] && return 0 # if already set, don't touch it; that way other hooks can run in any order
10
- if [[ " ${KERNEL_MAJOR_MINOR} " == " 6.16 " ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11
- declare -g KERNELBRANCH=" tag:v6.16-rc7 "
10
+ if [[ " ${KERNEL_MAJOR_MINOR} " == " 6.17 " ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11
+ declare -g KERNELBRANCH=" tag:v6.17-rc1 "
12
12
display_alert " mainline-kernel: upstream release candidate" " Using KERNELBRANCH='${KERNELBRANCH} ' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR} '" " info"
13
13
fi
14
14
}
You can’t perform that action at this time.
0 commit comments