From ff6d3b51a52563b6c8e5a1984cafe6f8be2e95ac Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Fri, 12 Jul 2024 21:50:41 +0200 Subject: [PATCH] thinkpad-x13s: bump to jhovold's `wip/sc8280xp-6.10-rc7` --- config/boards/thinkpad-x13s.wip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/thinkpad-x13s.wip b/config/boards/thinkpad-x13s.wip index fe8153bc35..ad561bf6c6 100644 --- a/config/boards/thinkpad-x13s.wip +++ b/config/boards/thinkpad-x13s.wip @@ -29,7 +29,7 @@ declare -g BOARD_FIRMWARE_INSTALL="-full" function post_family_config_branch_sc8280xp__jhovolds_69y_kernel() { declare -g KERNEL_MAJOR_MINOR="6.9" # Major and minor versions of this kernel. - declare -g KERNELBRANCH='branch:wip/sc8280xp-6.10-rc6' + declare -g KERNELBRANCH='branch:wip/sc8280xp-6.10-rc7' 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"