Skip to content

Commit 0b14d56

Browse files
igorpecovnikamazingfate
authored andcommitted
Linux kernel: bump mainline to latest version
1 parent 2c41812 commit 0b14d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sources/mainline-kernel.conf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
function 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
1010
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-rc5"
11+
declare -g KERNELBRANCH="tag:v6.17"
1212
display_alert "mainline-kernel: upstream release candidate" "Using KERNELBRANCH='${KERNELBRANCH}' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR}'" "info"
1313
fi
1414
}

0 commit comments

Comments
 (0)