summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-10-17 17:54:18 +0200
committerChristian Poessinger <christian@poessinger.com>2021-10-17 17:55:31 +0200
commit86b741f39d94d51074153ec0825c2246ca9ee752 (patch)
tree466025116aeb8233e2a8b52543f4c6634e1b4205 /packages
parent7d5a2443bd911da58a323591855f88cf0c35c523 (diff)
downloadvyos-build-86b741f39d94d51074153ec0825c2246ca9ee752.tar.gz
vyos-build-86b741f39d94d51074153ec0825c2246ca9ee752.zip
Kernel: T3849: update Linux Kernel to v4.19.212
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 44d456dc..ba42de36 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 "d537a5314f4de181d2725b7adc163a4ee4480cb40b44acac56c9f5842c2a66b9 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
+ echo "5cefdb78ddd29ae5ccda7da803da07d7cc80d68d2f6de967b61712d87f1db643 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
if [ $? -ne 0 ]; then
exit 1
fi