From 2acc0af8850304050506ac92da6b56c331d35adb Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sun, 5 Oct 2025 18:21:02 +0200 Subject: [PATCH] thinkpad-x13s: bump to steev's 6.17 --- config/boards/thinkpad-x13s.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/boards/thinkpad-x13s.conf b/config/boards/thinkpad-x13s.conf index 4358429e95..017e9bf129 100644 --- a/config/boards/thinkpad-x13s.conf +++ b/config/boards/thinkpad-x13s.conf @@ -36,8 +36,8 @@ declare -g BOARD_FIRMWARE_INSTALL="-full" #} function post_family_config_branch_sc8280xp__x13s_steenv_kernel() { - declare -g KERNEL_MAJOR_MINOR="6.16" # Major and minor versions of this kernel. - declare -g KERNELBRANCH='branch:lenovo-x13s-linux-6.16.y' + declare -g KERNEL_MAJOR_MINOR="6.17" # Major and minor versions of this kernel. + declare -g KERNELBRANCH='branch:lenovo-x13s-linux-6.17.y' declare -g KERNELSOURCE='https://github.com/steev/linux.git' declare -g LINUXCONFIG="linux-${ARCH}-${BRANCH}" # for this board: linux-arm64-sc8280xp display_alert "Set up steev's kernel ${KERNELBRANCH} for" "${BOARD}" "info"