mirror of
https://github.com/pygos/build.git
synced 2024-11-24 20:10:42 +01:00
Bump mainline LTS linux version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
e61ca9decf
commit
86dcb7d8c1
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.72 Kernel Configuration
|
||||
# Linux/x86 4.14.73 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.72 Kernel Configuration
|
||||
# Linux/x86_64 4.14.73 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
MAJOR="4"
|
||||
MINOR="14"
|
||||
RELEASE="72"
|
||||
RELEASE="73"
|
||||
|
||||
VERSION="$MAJOR.$MINOR.$RELEASE"
|
||||
SRCDIR="linux-$VERSION"
|
||||
TARBALL="linux-$VERSION.tar.xz"
|
||||
URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x"
|
||||
SHA256SUM="df925906250bbc40fcf0137d7ad0fb8edc528d926832634f1233b7540564557f"
|
||||
SHA256SUM="999e38141ccc447df7bf7ce10b8803c12b32274b76d3d5400bf3fd88eee0e31e"
|
||||
DEPENDS="initrd"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue