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

Commit 4ff6be6

Browse files
committed
Update kernel 5.6.13
1 parent 24f7df5 commit 4ff6be6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ steps:
1212
image: alpine
1313
pull: always
1414
commands:
15-
- apk add --no-cache shellcheck python3 bash
16-
- pip3 install yamllint
15+
- apk add --no-cache shellcheck python3 py-pip bash
16+
- pip install yamllint
1717
- yamllint .
1818
- shellcheck ./*.sh
1919

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.11
7+
KERNEL_VERSION=5.6.13
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: 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/aunali1/linux-mbp-arch
1010
APPLE_SMC_DRIVER_BRANCH_NAME=master
11-
APPLE_SMC_DRIVER_COMMIT_HASH=8cca9c0e0411708ee15eb77c00cc93297d1cd4ce
11+
APPLE_SMC_DRIVER_COMMIT_HASH=a2401217c79e4c3c9a0b3e5e1c28e87a9986e314
1212
## BCE
1313
#APPLE_BCE_DRIVER_GIT_URL=https://github.com/aunali1/mbp2018-bridge-drv.git
1414
#APPLE_BCE_DRIVER_BRANCH_NAME=aur

templates/default-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ CONFIG_GOOGLE_VPD=m
701701
#
702702
# EFI (Extensible Firmware Interface) Support
703703
#
704-
# CONFIG_EFI_VARS is not set
704+
CONFIG_EFI_VARS=y
705705
CONFIG_EFI_ESRT=y
706706
CONFIG_EFI_RUNTIME_MAP=y
707707
# CONFIG_EFI_FAKE_MEMMAP is not set

0 commit comments

Comments
 (0)