From 7e88e7faa747c385f2fb84b1e988cf2f930bb678 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sat, 21 Dec 2024 08:34:55 +0100 Subject: [PATCH] thinkpad-x13s: bump to jhovold's wip/sc8280xp-6.13-rc3 - this is down to 16 patches, from hundreds back in the day. Considering merging this with default arm64 uefi kernel --- 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 91791d866a..e6cabda730 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.13" # Major and minor versions of this kernel. - declare -g KERNELBRANCH='branch:wip/sc8280xp-6.13-rc1' # @TODO: this is down to 27 patches, from hundreds back in the day. Considering merging this with default arm64 uefi kernel + declare -g KERNELBRANCH='branch:wip/sc8280xp-6.13-rc3' # @TODO: this is down to 16 patches, from hundreds back in the day. Considering merging this with default arm64 uefi kernel 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"