From b60a1d068142017258cda88b36e7c6a95a4382d3 Mon Sep 17 00:00:00 2001 From: marcosfad Date: Sun, 22 Aug 2021 13:05:00 +0200 Subject: [PATCH] Kernel: Update to version 5.13.12 --- .github/workflows/build.yml | 2 +- README.md | 16 ++++++++-------- build.sh | 2 +- patch_driver.sh | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1158bcf0..77ac47c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: github.ref == 'release/*' uses: softprops/action-gh-release@v1 with: - files: | + data: | /tmp/artifacts/Packages.gz /tmp/artifacts/sha256 /tmp/artifacts/*.deb diff --git a/README.md b/README.md index 7c66aaef..0480a16e 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Ubuntu/Mint/Debian kernel 5.6+ with Apple T2 patches built-in. This repo try to keep up with kernel new releases. -We release 2 alternative kernels: **"mbp"** which includes all patches from [Aunali1's linux mbp arch](https://github.com/aunali1/linux-mbp-arch) which should work in mostly everywhere and an alternative release (**"mbp-alt"**) which do not include the patch 2001 (drm amd display force link-rate). +We release 2 alternative kernels: **"mbp"** which includes all patches from [Aunali1's linux mbp arch](https://github.com/aunali1/linux-mbp-arch) which should work in mostly everywhere and an alternative release (**"mbp-16x-wifi"**) which includes all patches from [Jamlam's mbp-16.1-linux-wifi](https://github.com/jamlam/mbp-16.1-linux-wifi) which should allow you to use the internal wifi on Macs that came with BigSur pre-installed. -**!! Warning:** +**!! Note for kernel 5.7:** -Starting from the kernel 5.8 the release naming were switch with respect to kernel 5.7: Before the "mbp" release did not include all the patches. **Now the "mbp" includes all patches** and the "mbp-alt" don't. +The releases of the kernel 5.7: The "mbp" release did not include the patch 2001 (drm amd display force link-rate) of Aunali's. The mbp-alt included all patches**. **!! Warning:** @@ -24,10 +24,10 @@ This project is closely inspired by mikeeq/mbp-fedora-kernel. Thank you @mikeeq ## CI status -Drone kernel build status: -[![Build Status](https://cloud.drone.io/api/badges/marcosfad/mbp-ubuntu-kernel/status.svg)](https://cloud.drone.io/marcosfad/mbp-ubuntu-kernel) +Build status: +[![Build Kernel Package](https://github.com/marcosfad/mbp-ubuntu-kernel/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/marcosfad/mbp-ubuntu-kernel/actions/workflows/build.yml) -Travis kernel publish status - : +Travis kernel publish to repository status - : [![Build Status](https://travis-ci.com/marcosfad/mbp-ubuntu-kernel.svg?branch=master)](https://travis-ci.com/marcosfad/mbp-ubuntu-kernel) ## INSTALLATION @@ -44,9 +44,9 @@ echo "deb https://mbp-ubuntu-kernel.herokuapp.com/ /" >/etc/apt/sources.list.d/m curl -L https://mbp-ubuntu-kernel.herokuapp.com/KEY.gpg | apt-key add - apt-get update ``` -Install the kernel using apt, for example kernel 5.7.9: +Install the kernel using apt, for example kernel 5.10.47: ```bash -apt-get install linux-headers-5.7.9-mbp linux-image-5.7.9-mbp +apt-get install linux-headers-5.10.47-mbp linux-image-5.10.17-mbp ``` ## Docs diff --git a/build.sh b/build.sh index e964aa48..a5312956 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -eu -o pipefail -KERNEL_VERSION=5.13.3 +KERNEL_VERSION=5.13.12 KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git REPO_PATH=$(pwd) WORKING_PATH=/root/work diff --git a/patch_driver.sh b/patch_driver.sh index 7a4604d9..fc07d2dd 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=46e4665e286862d76d29701a334515a77734c58f +APPLE_SMC_DRIVER_COMMIT_HASH=c20aa04314fe0a9c5ad0d2f9ac54a2edbe5d7e32 rm -rf "${BUILD_PATH}"