From 777cadc525ea8a1a2623c83b70ab60d94728cb0a Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Tue, 31 Oct 2023 12:53:01 +0100 Subject: [PATCH] thinkpad-x13s: bump to steev's `lenovo-x13s-linux-6.6.y` (currently 6.6.0) --- 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 813be92dbb..85684c8f29 100644 --- a/config/boards/thinkpad-x13s.wip +++ b/config/boards/thinkpad-x13s.wip @@ -30,7 +30,7 @@ declare -g BOARD_FIRMWARE_INSTALL="-full" # The 6.4 branch is incompatible with x13s Concept's alsa-ucm-conf package, so keep it at 6.3.y for now. @TODO what about 6.6 function post_family_config_branch_sc8280xp__steevs_66y_kernel() { declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. - declare -g KERNELBRANCH='branch:lenovo-x13s-v6.6.0-rc5' + declare -g KERNELBRANCH='branch:lenovo-x13s-linux-6.6.y' declare -g KERNELSOURCE='https://github.com/steev/linux.git' display_alert "Set up steev's kernel ${KERNELBRANCH} for" "${BOARD}" "info" }