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.7.4
7+ KERNEL_VERSION=5.7.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 @@ -31,7 +31,7 @@ git checkout ${APPLE_SMC_DRIVER_COMMIT_HASH}
3131while IFS= read -r file; do
3232 echo " ==> Adding ${file} "
3333 cp -rfv " ${file} " " ${WORKING_PATH} " /patches/" ${file##*/ } "
34- done < <( find " ${BUILD_PATH} /linux-mbp-arch" -type f -name " *.patch" | grep -E ' [35 ]00[0-9]' | sort)
34+ done < <( find " ${BUILD_PATH} /linux-mbp-arch" -type f -name " *.patch" | grep -E ' [235 ]00[0-9]' | sort)
3535
3636# ### Add custom drivers to kernel
3737# echo -e "From: \"Kernel Builder (sita)\" <ubuntu-kernel-bot@canonical.com>\nSubject: patch custom drivers\n" >"${WORKING_PATH}/patches/custom-drivers.patch"
You can’t perform that action at this time.
0 commit comments