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