mirror of
https://github.com/pygos/build.git
synced 2024-11-25 04:20:41 +01:00
Bump mainline LTS linux version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
c2ed2e4e45
commit
9802a80a8b
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.78 Kernel Configuration
|
||||
# Linux/x86 4.14.83 Kernel Configuration
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 4.14.78 Kernel Configuration
|
||||
# Linux/x86_64 4.14.83 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
MAJOR="4"
|
||||
MINOR="14"
|
||||
RELEASE="78"
|
||||
RELEASE="83"
|
||||
|
||||
VERSION="$MAJOR.$MINOR.$RELEASE"
|
||||
SRCDIR="linux-$VERSION"
|
||||
TARBALL="linux-$VERSION.tar.xz"
|
||||
URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x"
|
||||
SHA256SUM="f4da4dc0f079e420e1c1b8c71312eaa5415b08be847aa224a61d8af6a6e74c6c"
|
||||
SHA256SUM="701728de924e0ec4a6b7cf59252011f8268a1b70aaf02b8487c1b2190feb3f20"
|
||||
DEPENDS="initrd"
|
||||
|
||||
get_linux_cpu() {
|
||||
|
|
Loading…
Reference in a new issue