mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump mainline LTS linux version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
92a84d6f79
commit
8650c174f7
3 changed files with 1409 additions and 1358 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,12 +1,12 @@
|
||||||
MAJOR="4"
|
MAJOR="4"
|
||||||
MINOR="14"
|
MINOR="19"
|
||||||
RELEASE="83"
|
RELEASE="13"
|
||||||
|
|
||||||
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="701728de924e0ec4a6b7cf59252011f8268a1b70aaf02b8487c1b2190feb3f20"
|
SHA256SUM="f50a77fc40e13fc406791346fa91926394205874cd50246c7c2374006bacc0c2"
|
||||||
DEPENDS="initrd"
|
DEPENDS="initrd"
|
||||||
|
|
||||||
get_linux_cpu() {
|
get_linux_cpu() {
|
||||||
|
|
Loading…
Reference in a new issue