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 77# Shared versioning logic for Armbian mainline kernels.
88function mainline_kernel_decide_version__upstream_release_candidate_number() {
99 [[ -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.17 " ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11- declare -g KERNELBRANCH=" tag:v6.17 "
10+ if [[ " ${KERNEL_MAJOR_MINOR} " == " 6.18 " ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11+ declare -g KERNELBRANCH=" tag:v6.18-rc1 "
1212 display_alert " mainline-kernel: upstream release candidate" " Using KERNELBRANCH='${KERNELBRANCH} ' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR} '" " info"
1313 fi
1414}
You can’t perform that action at this time.
0 commit comments