From 4a41f25ac7bb32bf98be2dfcfea1247d6cd4c155 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 25 Sep 2021 08:33:51 +0530 Subject: [PATCH] Recompile 5.14.6 with NVMe fix --- build.sh | 2 +- patch_driver.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 531281e1..4c261d21 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.14.7 +KERNEL_VERSION=5.14.6 PKGREL=1 #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 diff --git a/patch_driver.sh b/patch_driver.sh index 65987689..2c6d3e53 100755 --- a/patch_driver.sh +++ b/patch_driver.sh @@ -8,7 +8,7 @@ BUILD_PATH=/tmp/build-kernel # Patches APPLE_SMC_DRIVER_GIT_URL=https://github.com/jamlam/mbp-16.1-linux-wifi.git APPLE_SMC_DRIVER_BRANCH_NAME=main -APPLE_SMC_DRIVER_COMMIT_HASH=a56c91bd9610fad02546da553bb605456c0eac9d +APPLE_SMC_DRIVER_COMMIT_HASH=e71a06d67a439f2d4b5167a5c6f93a6937515202 ## BCE #APPLE_BCE_DRIVER_GIT_URL=https://github.com/aunali1/mbp2018-bridge-drv.git #APPLE_BCE_DRIVER_BRANCH_NAME=aur