summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-10 19:56:46 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-10 19:56:46 +0200
commit2b482bc381b0e8d6ded69b7782ffe80cfee8ff4f (patch)
tree0f01484d598eea26c0512b15b81821bc358f16ed /packages
parentab8f6c73ab70beecc18ddb92eaa30262ac45d1a5 (diff)
downloadvyos-build-2b482bc381b0e8d6ded69b7782ffe80cfee8ff4f.tar.gz
vyos-build-2b482bc381b0e8d6ded69b7782ffe80cfee8ff4f.zip
Kernel: T3483: update Linux Kernel to v4.19.194
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 67e499d9..4f7abe0d 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 "6f9c2aee8553129d2bdbab646bbf7e88c2a5c38c0b1450f2e728831681bfc85d linux-${KERNEL_VER}.tar.xz" | sha256sum --check
+ echo "aaaebdccf599f77148fe170642fa7dc2452cf994b5cbbb4d39cab9e7f4058896 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
if [ $? -ne 0 ]; then
exit 1
fi