From af58db08b15987f24f8d69fe4f4b8013f71d3501 Mon Sep 17 00:00:00 2001 From: marcosfad Date: Sun, 4 Oct 2020 17:03:44 +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 7359023..9c2495a 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ ROOT_PATH=$(pwd) WORKING_PATH=/root/work CHROOT_PATH="${WORKING_PATH}/chroot" IMAGE_PATH="${WORKING_PATH}/image" -KERNEL_VERSION=5.8.5 +KERNEL_VERSION=5.8.13 if [ -d "$WORKING_PATH" ]; then rm -rf "$WORKING_PATH"