Skip to content

Commit

Permalink
thinkpad-x13s: bump to jhovold's wip/sc8280xp-6.12-rc2
Browse files Browse the repository at this point in the history
- this is down to 35 patches, from hundreds back in the day. Considering merging this with default arm64 uefi kernel
  • Loading branch information
rpardini authored and igorpecovnik committed Oct 13, 2024
1 parent 716844e commit d7784b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/thinkpad-x13s.wip
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ enable_extension "grub-with-dtb" # important, puts the whole DTB handling in pla
declare -g BOARD_FIRMWARE_INSTALL="-full"

function post_family_config_branch_sc8280xp__jhovolds_69y_kernel() {
declare -g KERNEL_MAJOR_MINOR="6.11" # Major and minor versions of this kernel.
declare -g KERNELBRANCH='branch:wip/sc8280xp-6.11'
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
declare -g KERNELBRANCH='branch:wip/sc8280xp-6.12-rc2' # @TODO: this is down to 35 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"
Expand Down

0 comments on commit d7784b7

Please sign in to comment.