From ec35606b151c0ac0f109eafba018113da6eaa24a Mon Sep 17 00:00:00 2001 From: marcosfad Date: Sat, 29 Aug 2020 11:45:13 +0200 Subject: [PATCH] Update kernel 5.7.19 --- build.sh | 2 +- patch_driver.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 94da36a8..3aa2d82c 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -eu -o pipefail ## Update docker image tag, because kernel build is using `uname -r` when defining package version variable # KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1) -KERNEL_VERSION=5.7.17 +KERNEL_VERSION=5.7.19 #KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git REPO_PATH=$(pwd) diff --git a/patch_driver.sh b/patch_driver.sh index bef82826..3ff8add6 100755 --- a/patch_driver.sh +++ b/patch_driver.sh @@ -6,9 +6,9 @@ BUILD_PATH=/tmp/build-kernel ### Apple T2 drivers commit hashes # Patches -APPLE_SMC_DRIVER_GIT_URL=https://github.com/aunali1/linux-mbp-arch +APPLE_SMC_DRIVER_GIT_URL=https://github.com/marcosfad/linux-mbp-arch.git APPLE_SMC_DRIVER_BRANCH_NAME=master -APPLE_SMC_DRIVER_COMMIT_HASH=aa8d8579b88f67cc21592a439937f73d174e836f +APPLE_SMC_DRIVER_COMMIT_HASH=d36d088d767ac884066c99e92eae3504b6e06a4b ## BCE #APPLE_BCE_DRIVER_GIT_URL=https://github.com/aunali1/mbp2018-bridge-drv.git #APPLE_BCE_DRIVER_BRANCH_NAME=aur