mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Kernel: T3849: update Linux Kernel to v4.19.207
This commit is contained in:
parent
a542f5d0e8
commit
c0dc0f5578
@ -5,7 +5,7 @@
|
||||
"debian_distribution": "jessie",
|
||||
"vyos_mirror": "http://dev.packages.vyos.net/repositories/crux",
|
||||
"vyos_branch": "crux",
|
||||
"kernel_version": "4.19.195",
|
||||
"kernel_version": "4.19.207",
|
||||
"kernel_flavor": "amd64-vyos",
|
||||
"release_train": "crux",
|
||||
"additional_repositories": [
|
||||
|
||||
2
packages/linux-kernel/Jenkinsfile
vendored
2
packages/linux-kernel/Jenkinsfile
vendored
@ -92,7 +92,7 @@ pipeline {
|
||||
sh '''
|
||||
KERNEL_VER=\$(cat ../../data/defaults.json | jq -r .kernel_version)
|
||||
curl -OL https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VER}.tar.xz
|
||||
echo "5510a556d9bc45b20c96b9630803d02e7991c852c7161b1988b4f3da6af12d0b linux-${KERNEL_VER}.tar.xz" | sha256sum --check
|
||||
echo "d537a5314f4de181d2725b7adc163a4ee4480cb40b44acac56c9f5842c2a66b9 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user