This repository was archived by the owner on Feb 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -eu -o pipefail
44
55# # Update docker image tag, because kernel build is using `uname -r` when defining package version variable
66# KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '<strong>' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1)
7- KERNEL_VERSION=5.8.18
7+ KERNEL_VERSION=5.9.6
88# KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
99KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
1010REPO_PATH=$( pwd)
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ BUILD_PATH=/tmp/build-kernel
66
77# ## Apple T2 drivers commit hashes
88# Patches
9- APPLE_SMC_DRIVER_GIT_URL=https://github.com/aunali1 /linux-mbp-arch.git
10- APPLE_SMC_DRIVER_BRANCH_NAME=master
11- APPLE_SMC_DRIVER_COMMIT_HASH=bed9b2bf163e55921d56b41d054cd25e5da1fd2a
9+ APPLE_SMC_DRIVER_GIT_URL=https://github.com/marcosfad /linux-mbp-arch.git
10+ APPLE_SMC_DRIVER_BRANCH_NAME=release/5.9
11+ APPLE_SMC_DRIVER_COMMIT_HASH=01519664be9474c1cf5b92e37bd87a8d98283915
1212# # BCE
1313# APPLE_BCE_DRIVER_GIT_URL=https://github.com/aunali1/mbp2018-bridge-drv.git
1414# APPLE_BCE_DRIVER_BRANCH_NAME=aur
You can’t perform that action at this time.
0 commit comments