mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump main line Linux version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
7d53200b9c
commit
c75c488e4f
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.63 Kernel Configuration
|
# Linux/x86 4.14.67 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="63"
|
RELEASE="67"
|
||||||
|
|
||||||
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="cd2e52f0e7ba861afa91cf487b2f45e5174115870f256a1d65996647b7bcc6d3"
|
SHA256SUM="3f4b056dc27233a78f7a4a35ed6fdcfd0a9680ec40b611a898bb6c8b905070ba"
|
||||||
DEPENDS="initrd"
|
DEPENDS="initrd"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue