mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Bump mainline LTS linux version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
b4824a9f29
commit
b0da273179
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.71 Kernel Configuration
|
||||
# Linux/x86 4.14.72 Kernel Configuration
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
MAJOR="4"
|
||||
MINOR="14"
|
||||
RELEASE="71"
|
||||
RELEASE="72"
|
||||
|
||||
VERSION="$MAJOR.$MINOR.$RELEASE"
|
||||
SRCDIR="linux-$VERSION"
|
||||
TARBALL="linux-$VERSION.tar.xz"
|
||||
URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x"
|
||||
SHA256SUM="76a4473dbcbd922c23a16130414829a36eb7e2f4e5859bd1b742fffdff907489"
|
||||
SHA256SUM="df925906250bbc40fcf0137d7ad0fb8edc528d926832634f1233b7540564557f"
|
||||
DEPENDS="initrd"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue