mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Bump main line Linux version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
d959fc28a7
commit
5a6e1ab010
3 changed files with 10 additions and 8 deletions
|
@ -1,14 +1,15 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.35 Kernel Configuration
|
||||
# Linux/x86 4.19.49 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2)
|
||||
# Compiler: gcc (GCC) 9.1.1 20190503 (Red Hat 9.1.1-1)
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=80301
|
||||
CONFIG_GCC_VERSION=90101
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_CC_HAS_ASM_GOTO=y
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
CONFIG_THREAD_INFO_IN_TASK=y
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 4.19.35 Kernel Configuration
|
||||
# Linux/x86_64 4.19.49 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2)
|
||||
# Compiler: gcc (GCC) 9.1.1 20190503 (Red Hat 9.1.1-1)
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=80301
|
||||
CONFIG_GCC_VERSION=90101
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_CC_HAS_ASM_GOTO=y
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
CONFIG_THREAD_INFO_IN_TASK=y
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
MAJOR="4"
|
||||
MINOR="19"
|
||||
RELEASE="35"
|
||||
RELEASE="49"
|
||||
|
||||
VERSION="$MAJOR.$MINOR.$RELEASE"
|
||||
SRCDIR="linux-$VERSION"
|
||||
TARBALL="linux-$VERSION.tar.xz"
|
||||
URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x"
|
||||
SHA256SUM="2fa7e560f0e020104c6e09ffb6c2242a8f5c4b5c39e41ed2996fa7b8b42047e0"
|
||||
SHA256SUM="92d920b3973c0dbca5516271afa405be6e5822a9b831df8c085f9c9eb838bbcd"
|
||||
DEPENDS="initrd"
|
||||
SUBPKG="linux linux-modules"
|
||||
|
||||
|
|
Loading…
Reference in a new issue