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
edeedb8047
commit
f1be060f7c
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.73 Kernel Configuration
|
||||
# Linux/x86 4.14.74 Kernel Configuration
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 4.14.73 Kernel Configuration
|
||||
# Linux/x86_64 4.14.74 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
MAJOR="4"
|
||||
MINOR="14"
|
||||
RELEASE="73"
|
||||
RELEASE="74"
|
||||
|
||||
VERSION="$MAJOR.$MINOR.$RELEASE"
|
||||
SRCDIR="linux-$VERSION"
|
||||
TARBALL="linux-$VERSION.tar.xz"
|
||||
URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x"
|
||||
SHA256SUM="999e38141ccc447df7bf7ce10b8803c12b32274b76d3d5400bf3fd88eee0e31e"
|
||||
SHA256SUM="70e69189fd7b2f96fa33833735c7bcf3281dc0172c3734e2c5819e9d57015c72"
|
||||
DEPENDS="initrd"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue