summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-18 14:59:36 +0200
committerChristian Poessinger <christian@poessinger.com>2021-04-18 14:59:36 +0200
commitcebe776c4214790a4cc96ce46c38c27507fc510e (patch)
tree7b7f118cfe53d0adbab86910941d2e7380b71721 /packages
parent0f133672954db1cd0d5fb9d7d273187cf65da50a (diff)
downloadvyos-build-cebe776c4214790a4cc96ce46c38c27507fc510e.tar.gz
vyos-build-cebe776c4214790a4cc96ce46c38c27507fc510e.zip
Kernel: T3483: update Linux Kernel to v4.19.188
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 5935d541..77edef68 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 "0b75ba9fefade4615b22696af7d9b3f06da10a7bb8cc2edae0dfbea8a74196ee linux-${KERNEL_VER}.tar.xz" | sha256sum --check
+ echo "b09cf1f026b1260bae6480d98c471958eff3ad64b65e59e64a6852f678050077 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
if [ $? -ne 0 ]; then
exit 1
fi