1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-09-20 19:59:48 +02:00

Bump mainline LTS linux version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-09-21 22:25:49 +02:00
parent e865ae2d1c
commit 0b8ffdbb7f
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.70 Kernel Configuration
# Linux/x86 4.14.71 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y

View file

@ -1,12 +1,12 @@
MAJOR="4"
MINOR="14"
RELEASE="70"
RELEASE="71"
VERSION="$MAJOR.$MINOR.$RELEASE"
SRCDIR="linux-$VERSION"
TARBALL="linux-$VERSION.tar.xz"
URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x"
SHA256SUM="c5dfd832477f8856b5b094ab62cc8c8491d04b76b2ec5ebb0126e554891ee32c"
SHA256SUM="76a4473dbcbd922c23a16130414829a36eb7e2f4e5859bd1b742fffdff907489"
DEPENDS="initrd"
prepare() {