summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-05 21:44:03 +0100
committerChristian Poessinger <christian@poessinger.com>2021-03-05 21:44:26 +0100
commit265c5cfd6a7090bc4fe1e333f8864152d229c43f (patch)
tree39d69fa6dfe4c439a0a9a648a8b3923c4bbdce4b
parentb09b7c5e1fbeb53cbeb46239fa9540e290c69e82 (diff)
downloadvyos-build-265c5cfd6a7090bc4fe1e333f8864152d229c43f.tar.gz
vyos-build-265c5cfd6a7090bc4fe1e333f8864152d229c43f.zip
Kernel: T3238: Update Linux Kernel to v4.19.178
-rw-r--r--data/defaults.json2
-rw-r--r--packages/linux-kernel/Jenkinsfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/defaults.json b/data/defaults.json
index 75292ef4..f5ef2e9a 100644
--- a/data/defaults.json
+++ b/data/defaults.json
@@ -5,7 +5,7 @@
"debian_distribution": "jessie",
"vyos_mirror": "http://dev.packages.vyos.net/repositories/crux",
"vyos_branch": "crux",
- "kernel_version": "4.19.176",
+ "kernel_version": "4.19.178",
"kernel_flavor": "amd64-vyos",
"release_train": "crux",
"additional_repositories": [
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 1fe34c62..5935d541 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 "e1c3b8d21ba31bd5c50bb3b2a741f62958eb2a116bf13fa0e14f1656c4826073 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
+ echo "0b75ba9fefade4615b22696af7d9b3f06da10a7bb8cc2edae0dfbea8a74196ee linux-${KERNEL_VER}.tar.xz" | sha256sum --check
if [ $? -ne 0 ]; then
exit 1
fi