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

Commit b3d8da5

Browse files
authored
update to 5.12.13
1 parent ae7e6af commit b3d8da5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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.12.8
8-
PKGREL=2
7+
KERNEL_VERSION=5.12.13
8+
PKGREL=1
99
#KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
1010
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
1111
REPO_PATH=$(pwd)

0 commit comments

Comments
 (0)