From c70ab6079c68b7184c130321eb89e3d5c6d416ba Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 29 May 2025 08:52:49 +0200 Subject: [PATCH] thinkpad-x13s: bump to jhovold's wip/sc8280xp-6.15 (final) --- config/boards/thinkpad-x13s.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/thinkpad-x13s.conf b/config/boards/thinkpad-x13s.conf index a1afb2170e..c84b3e9638 100644 --- a/config/boards/thinkpad-x13s.conf +++ b/config/boards/thinkpad-x13s.conf @@ -28,7 +28,7 @@ declare -g BOARD_FIRMWARE_INSTALL="-full" function post_family_config_branch_sc8280xp__jhovolds_wip_kernel() { declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel. - declare -g KERNELBRANCH='branch:wip/sc8280xp-6.15-rc6' # @TODO: this is up to 40 patches, from 28 around 6.13; wait a bit until speculating about merging with uefi-arm64 + declare -g KERNELBRANCH='branch:wip/sc8280xp-6.15' # @TODO: this is up to 47 patches, from 28 around 6.13; wait a bit until speculating about merging with uefi-arm64 declare -g KERNELSOURCE='https://github.com/jhovold/linux.git' declare -g LINUXCONFIG="linux-${ARCH}-${BRANCH}" # for this board: linux-arm64-sc8280xp display_alert "Set up jhovold's kernel ${KERNELBRANCH} for" "${BOARD}" "info"