Bump main line Linux version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2020-04-16 21:46:34 +02:00
parent 5a6fff9e6d
commit ebfa479b8d
3 changed files with 9 additions and 8 deletions

View File

@ -1,13 +1,13 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.4.25 Kernel Configuration
# Linux/x86 5.4.32 Kernel Configuration
#
#
# Compiler: gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1)
# Compiler: gcc (GCC) 9.3.1 20200317 (Red Hat 9.3.1-1)
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90201
CONFIG_GCC_VERSION=90301
CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y
@ -637,6 +637,7 @@ CONFIG_ARCH_HAS_PTE_SPECIAL=y
CONFIG_NET=y
CONFIG_NET_INGRESS=y
CONFIG_NET_EGRESS=y
CONFIG_NET_REDIRECT=y
CONFIG_SKB_EXTENSIONS=y
#

View File

@ -1,13 +1,13 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 5.4.25 Kernel Configuration
# Linux/x86_64 5.4.32 Kernel Configuration
#
#
# Compiler: gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1)
# Compiler: gcc (GCC) 9.3.1 20200317 (Red Hat 9.3.1-1)
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90201
CONFIG_GCC_VERSION=90301
CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y

View File

@ -1,8 +1,8 @@
VERSION="5.4.25"
VERSION="5.4.32"
SRCDIR="linux-$VERSION"
TARBALL="linux-$VERSION.tar.xz"
URL="https://www.kernel.org/pub/linux/kernel/v5.x"
SHA256SUM="c0ed974b088d84847aeca0ab99943918c472739db4480b263e75e8c19a025e25"
SHA256SUM="192d99fab7a47a537493b6d7eddb52892b98f8ada655c0bbb419b360a995f2b3"
DEPENDS="initrd"
SUBPKG="linux linux-modules"