summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-17 18:13:05 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-17 18:13:05 +0200
commitc652d3dd17aa91c360567c29b87a655c1220df7b (patch)
treeb39a5a5ccac91680b0605652c637885cc369fdaa /packages
parent87ddbf4060503982102360a3f9a7c96973ec88ab (diff)
downloadvyos-build-c652d3dd17aa91c360567c29b87a655c1220df7b.tar.gz
vyos-build-c652d3dd17aa91c360567c29b87a655c1220df7b.zip
Kernel: T3483: update Linux Kernel to v4.19.195
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 4f7abe0d..fe956549 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 "aaaebdccf599f77148fe170642fa7dc2452cf994b5cbbb4d39cab9e7f4058896 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
+ echo "5510a556d9bc45b20c96b9630803d02e7991c852c7161b1988b4f3da6af12d0b linux-${KERNEL_VER}.tar.xz" | sha256sum --check
if [ $? -ne 0 ]; then
exit 1
fi