Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 2c05c82

Browse files
committed
Update kernel 5.6.16
1 parent 41dfa5f commit 2c05c82

4 files changed

Lines changed: 3 additions & 345 deletions

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6.15
7+
KERNEL_VERSION=5.6.16
88
#KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
99
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
1010
REPO_PATH=$(pwd)

patch_driver.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ cd "${BUILD_PATH}/linux-mbp-arch" || exit
2929
git checkout ${APPLE_SMC_DRIVER_COMMIT_HASH}
3030

3131
while IFS= read -r file; do
32-
echo "adding ${file}"
32+
echo "==> Adding ${file}"
3333
cp -rfv "${file}" "${WORKING_PATH}"/patches/"${file##*/}"
34-
done < <(find "${BUILD_PATH}/linux-mbp-arch" -type f -name "*applesmc*" | 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"

patches/5001-brcmfmac-move-brcmf_mp_device-into-its-own-header.patch.patch

Lines changed: 0 additions & 121 deletions
This file was deleted.

patches/5002-brcmfmac-Add-ability-to-manually-specify-FW-rambase.patch

Lines changed: 0 additions & 221 deletions
This file was deleted.

0 commit comments

Comments
 (0)