You've already forked T2-Debian-and-Ubuntu-Kernel
mirror of
https://github.com/t2linux/T2-Debian-and-Ubuntu-Kernel.git
synced 2026-04-30 13:49:30 -07:00
Update kernel 5.6.13
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ steps:
|
||||
image: alpine
|
||||
pull: always
|
||||
commands:
|
||||
- apk add --no-cache shellcheck python3 bash
|
||||
- pip3 install yamllint
|
||||
- apk add --no-cache shellcheck python3 py-pip bash
|
||||
- pip install yamllint
|
||||
- yamllint .
|
||||
- shellcheck ./*.sh
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ set -eu -o pipefail
|
||||
|
||||
## Update docker image tag, because kernel build is using `uname -r` when defining package version variable
|
||||
# KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '<strong>' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1)
|
||||
KERNEL_VERSION=5.6.11
|
||||
KERNEL_VERSION=5.6.13
|
||||
#KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
|
||||
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
|
||||
REPO_PATH=$(pwd)
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ BUILD_PATH=/tmp/build-kernel
|
||||
# Patches
|
||||
APPLE_SMC_DRIVER_GIT_URL=https://github.com/aunali1/linux-mbp-arch
|
||||
APPLE_SMC_DRIVER_BRANCH_NAME=master
|
||||
APPLE_SMC_DRIVER_COMMIT_HASH=8cca9c0e0411708ee15eb77c00cc93297d1cd4ce
|
||||
APPLE_SMC_DRIVER_COMMIT_HASH=a2401217c79e4c3c9a0b3e5e1c28e87a9986e314
|
||||
## BCE
|
||||
#APPLE_BCE_DRIVER_GIT_URL=https://github.com/aunali1/mbp2018-bridge-drv.git
|
||||
#APPLE_BCE_DRIVER_BRANCH_NAME=aur
|
||||
|
||||
@@ -701,7 +701,7 @@ CONFIG_GOOGLE_VPD=m
|
||||
#
|
||||
# EFI (Extensible Firmware Interface) Support
|
||||
#
|
||||
# CONFIG_EFI_VARS is not set
|
||||
CONFIG_EFI_VARS=y
|
||||
CONFIG_EFI_ESRT=y
|
||||
CONFIG_EFI_RUNTIME_MAP=y
|
||||
# CONFIG_EFI_FAKE_MEMMAP is not set
|
||||
|
||||
Reference in New Issue
Block a user