summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-09 10:44:18 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-09 10:44:18 +0200
commit06dc2469cc4c42a579a44e985d8099fc399f9c7b (patch)
tree78fa24c9cb929e6872af5984650ca5e8131660b3 /packages
parentcebe776c4214790a4cc96ce46c38c27507fc510e (diff)
downloadvyos-build-06dc2469cc4c42a579a44e985d8099fc399f9c7b.tar.gz
vyos-build-06dc2469cc4c42a579a44e985d8099fc399f9c7b.zip
Kernel: T3483: update Linux Kernel to v4.19.190
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 77edef68..67e499d9 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 "b09cf1f026b1260bae6480d98c471958eff3ad64b65e59e64a6852f678050077 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
+ echo "6f9c2aee8553129d2bdbab646bbf7e88c2a5c38c0b1450f2e728831681bfc85d linux-${KERNEL_VER}.tar.xz" | sha256sum --check
if [ $? -ne 0 ]; then
exit 1
fi