summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-21 17:45:05 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-21 17:56:13 +0100
commitbd84d229722c9a770b42ad9ca7696d55b85ac9e0 (patch)
tree5b123c30c780ec4e5bf150b466654e3050a137db /packages
parent9574b954a490d840906612c2b57d68d716a664ee (diff)
downloadvyos-build-bd84d229722c9a770b42ad9ca7696d55b85ac9e0.tar.gz
vyos-build-bd84d229722c9a770b42ad9ca7696d55b85ac9e0.zip
Kernel: T3238: Update Linux Kernel to v4.19.169
Diffstat (limited to 'packages')
-rw-r--r--packages/linux-kernel/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index c7618b19..92d95e3c 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -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 "b98ef209321a4e39ce98ca6b8745a2268bdd927fd74e4e2c50bc68d9a637880e linux-${KERNEL_VER}.tar.xz" | sha256sum --check
+ echo "c7d24ddb8ecc348ca7bed24111ff98e2a87f74666c8bbbf4f9c57b7c3c25de94 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
if [ $? -ne 0 ]; then
exit 1
fi