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 <goliath@infraroot.at>
This commit is contained in:
parent
6b94d37f06
commit
a83e98f350
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.19.28 Kernel Configuration
|
# Linux/x86 4.19.32 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86_64 4.19.28 Kernel Configuration
|
# Linux/x86_64 4.19.32 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
MAJOR="4"
|
MAJOR="4"
|
||||||
MINOR="19"
|
MINOR="19"
|
||||||
RELEASE="28"
|
RELEASE="32"
|
||||||
|
|
||||||
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="5a853d1ffc3076a8483b16fea0a66ec3accdaef2d8603a7bad6b200ce47e16ee"
|
SHA256SUM="a326d1154324aee3dd9a25ac44bc4ce7242ded097d4ca2e4c131e6f32918e7d9"
|
||||||
DEPENDS="initrd"
|
DEPENDS="initrd"
|
||||||
|
|
||||||
get_linux_cpu() {
|
get_linux_cpu() {
|
||||||
|
|
Loading…
Reference in a new issue