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:
parent
48e6358906
commit
76fba828f3
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue