1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-11-10 13:47:11 +01:00

Bump mainline LTS linux version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-09-15 16:12:02 +02:00
parent 48e6358906
commit 76fba828f3
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.68 Kernel Configuration
# Linux/x86 4.14.70 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y

View file

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