Skip to content

Commit 161014e

Browse files
Update Linux kernel to version 5.10.50
1 parent 1085652 commit 161014e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.10.34'
3+
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='5.10.50'
44
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2020.02.11'
55

66
Usage() {

configs/kernelarm64.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 5.10.34 Kernel Configuration
3+
# Linux/arm64 5.10.50 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (Debian 6.3.0-18) 6.3.0 20170516"
66
CONFIG_CC_IS_GCC=y

configs/kernelx64.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 5.10.34 Kernel Configuration
3+
# Linux/x86 5.10.50 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516"
66
CONFIG_CC_IS_GCC=y

configs/kernelx86.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/i386 5.10.34 Kernel Configuration
3+
# Linux/i386 5.10.50 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516"
66
CONFIG_CC_IS_GCC=y

0 commit comments

Comments
 (0)