mirror of
https://github.com/pygos/build.git
synced 2024-11-13 06:57:11 +01:00
Bump mainline LTS linux version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
48e6358906
commit
76fba828f3
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# 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_64BIT is not set
|
||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
MAJOR="4"
|
MAJOR="4"
|
||||||
MINOR="14"
|
MINOR="14"
|
||||||
RELEASE="68"
|
RELEASE="70"
|
||||||
|
|
||||||
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="791dbf1597033bf2b61e83307d78188ffc1ad4bdd1da3234876667edfdd28690"
|
SHA256SUM="c5dfd832477f8856b5b094ab62cc8c8491d04b76b2ec5ebb0126e554891ee32c"
|
||||||
DEPENDS="initrd"
|
DEPENDS="initrd"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue