We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811cae2 commit e8b4b4eCopy full SHA for e8b4b4e
1 file changed
config/boards/thinkpad-x13s.conf
@@ -38,8 +38,8 @@ declare -g BOARD_FIRMWARE_INSTALL="-full"
38
#}
39
40
function post_family_config_branch_sc8280xp__x13s_steenv_kernel() {
41
- declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
42
- declare -g KERNELBRANCH='commit:a0a9df63bd53a789dd0627569a5ecb9533774333' # known-working from branch:lenovo-x13s-linux-6.18.y
+ declare -g KERNEL_MAJOR_MINOR="7.0" # Major and minor versions of this kernel.
+ declare -g KERNELBRANCH='branch:lenovo-x13s-linux-7.0.y'
43
declare -g KERNELSOURCE='https://github.com/steev/linux.git'
44
declare -g LINUXCONFIG="linux-${ARCH}-${BRANCH}" # for this board: linux-arm64-sc8280xp
45
display_alert "Set up steev's kernel ${KERNELBRANCH} for" "${BOARD}" "info"
0 commit comments