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

Commit 7513cd1

Browse files
committed
Update kernel 5.8.2
1 parent 71fe386 commit 7513cd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8.3
7+
KERNEL_VERSION=5.8.2
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)

templates/default-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9572,7 +9572,7 @@ CONFIG_SIOX=m
95729572
CONFIG_SIOX_BUS_GPIO=m
95739573
CONFIG_SLIMBUS=m
95749574
CONFIG_SLIM_QCOM_CTRL=m
9575-
CONFIG_INTERCONNECT=m
9575+
# CONFIG_INTERCONNECT is not set
95769576
CONFIG_COUNTER=m
95779577
CONFIG_FTM_QUADDEC=m
95789578
# end of Device Drivers

0 commit comments

Comments
 (0)