diff --git a/config/boards/thinkpad-x13s.wip b/config/boards/thinkpad-x13s.wip index 85684c8f29..01f3492bec 100644 --- a/config/boards/thinkpad-x13s.wip +++ b/config/boards/thinkpad-x13s.wip @@ -32,6 +32,7 @@ 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-linux-6.6.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" } diff --git a/config/kernel/linux-arm64-sc8280xp.config b/config/kernel/linux-arm64-sc8280xp.config index 6b1ee5e7da..09fe38926b 100644 --- a/config/kernel/linux-arm64-sc8280xp.config +++ b/config/kernel/linux-arm64-sc8280xp.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.6.2 Kernel Configuration +# Linux/arm64 6.6.6 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0" CONFIG_CC_IS_GCC=y