From c0462a3e8b7ae17aeb19f79d7a7456cc8109e47f Mon Sep 17 00:00:00 2001 From: marcosfad Date: Sun, 4 Oct 2020 16:51:50 +0200 Subject: [PATCH] Kernel: Update to 5.8.13 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 506481b9..d2fd842a 100755 --- a/build.sh +++ b/build.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 '' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1) -KERNEL_VERSION=5.8.6 +KERNEL_VERSION=5.8.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)