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

Commit 36f52f9

Browse files
marcosfadmfadul24
authored andcommitted
Kernel: Update to version 5.13.12
1 parent e700618 commit 36f52f9

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
github.ref == 'release/*'
5757
uses: softprops/action-gh-release@v1
5858
with:
59-
files: |
59+
data: |
6060
/tmp/artifacts/Packages.gz
6161
/tmp/artifacts/sha256
6262
/tmp/artifacts/*.deb

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Ubuntu/Mint/Debian kernel 5.6+ with Apple T2 patches built-in. This repo try to keep up with kernel new releases.
44

5-
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).
5+
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.
66

7-
**!! Warning:**
7+
**!! Note for kernel 5.7:**
88

9-
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.
9+
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**.
1010

1111
**!! Warning:**
1212

@@ -24,10 +24,10 @@ This project is closely inspired by mikeeq/mbp-fedora-kernel. Thank you @mikeeq
2424

2525
## CI status
2626

27-
Drone kernel build status:
28-
[![Build Status](https://cloud.drone.io/api/badges/marcosfad/mbp-ubuntu-kernel/status.svg)](https://cloud.drone.io/marcosfad/mbp-ubuntu-kernel)
27+
Build status:
28+
[![Build Kernel Package](https://github.com/marcosfad/mbp-ubuntu-kernel/actions/workflows/BuildKernel.yml/badge.svg?branch=master)](https://github.com/marcosfad/mbp-ubuntu-kernel/actions/workflows/BuildKernel.yml)
2929

30-
Travis kernel publish status - <http://mbp-ubuntu-kernel.herokuapp.com/> :
30+
Travis kernel publish to repository status - <http://mbp-ubuntu-kernel.herokuapp.com/> :
3131
[![Build Status](https://travis-ci.com/marcosfad/mbp-ubuntu-kernel.svg?branch=master)](https://travis-ci.com/marcosfad/mbp-ubuntu-kernel)
3232

3333
## INSTALLATION
@@ -44,9 +44,9 @@ echo "deb https://mbp-ubuntu-kernel.herokuapp.com/ /" >/etc/apt/sources.list.d/m
4444
curl -L https://mbp-ubuntu-kernel.herokuapp.com/KEY.gpg | apt-key add -
4545
apt-get update
4646
```
47-
Install the kernel using apt, for example kernel 5.7.9:
47+
Install the kernel using apt, for example kernel 5.10.47:
4848
```bash
49-
apt-get install linux-headers-5.7.9-mbp linux-image-5.7.9-mbp
49+
apt-get install linux-headers-5.10.47-mbp linux-image-5.10.17-mbp
5050
```
5151

5252
## Docs

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu -o pipefail
44

5-
KERNEL_VERSION=5.13.3
5+
KERNEL_VERSION=5.13.12
66
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
77
REPO_PATH=$(pwd)
88
WORKING_PATH=/root/work

patch_driver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BUILD_PATH=/tmp/build-kernel
88
# Patches
99
APPLE_SMC_DRIVER_GIT_URL=https://github.com/jamlam/mbp-16.1-linux-wifi.git
1010
APPLE_SMC_DRIVER_BRANCH_NAME=main
11-
APPLE_SMC_DRIVER_COMMIT_HASH=46e4665e286862d76d29701a334515a77734c58f
11+
APPLE_SMC_DRIVER_COMMIT_HASH=c20aa04314fe0a9c5ad0d2f9ac54a2edbe5d7e32
1212

1313

1414
rm -rf "${BUILD_PATH}"

0 commit comments

Comments
 (0)