From 9aff2611042299f893762697d969e85ba36fae05 Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Sat, 30 Oct 2021 04:28:31 -0500 Subject: [PATCH] Update Linux kernel to version 5.10.76 --- build.sh | 2 +- configs/kernelarm64.config | 2 +- configs/kernelx64.config | 2 +- configs/kernelx86.config | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 7d4c6e2..9741663 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.10.71' +[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.10.76' [[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2020.02.12' Usage() { diff --git a/configs/kernelarm64.config b/configs/kernelarm64.config index 76b166f..1175d61 100644 --- a/configs/kernelarm64.config +++ b/configs/kernelarm64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.10.71 Kernel Configuration +# Linux/arm64 5.10.76 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (Debian 6.3.0-18) 6.3.0 20170516" CONFIG_CC_IS_GCC=y diff --git a/configs/kernelx64.config b/configs/kernelx64.config index 917442d..d0cd21c 100755 --- a/configs/kernelx64.config +++ b/configs/kernelx64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.71 Kernel Configuration +# Linux/x86 5.10.76 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516" CONFIG_CC_IS_GCC=y diff --git a/configs/kernelx86.config b/configs/kernelx86.config index b278ed7..e097507 100755 --- a/configs/kernelx86.config +++ b/configs/kernelx86.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 5.10.71 Kernel Configuration +# Linux/i386 5.10.76 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516" CONFIG_CC_IS_GCC=y