Skip to content

Commit

Permalink
Update Linux kernel to version 5.10.76
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Roth committed Oct 30, 2021
1 parent 9dfde4a commit 9aff261
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion configs/kernelarm64.config
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/kernelx64.config
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/kernelx86.config
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9aff261

Please sign in to comment.