summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-10-18 18:15:50 +0200
committerChristian Poessinger <christian@poessinger.com>2021-10-18 18:15:50 +0200
commit402d80498683f298be1dd3581cb0143362ceb561 (patch)
treec11f781a956fcb8d03cf227ac018c406ee4a2704
parent86b741f39d94d51074153ec0825c2246ca9ee752 (diff)
downloadvyos-build-402d80498683f298be1dd3581cb0143362ceb561.tar.gz
vyos-build-402d80498683f298be1dd3581cb0143362ceb561.zip
Revert "Kernel: T3849: update Linux Kernel to v4.19.212"
This reverts commit 86b741f39d94d51074153ec0825c2246ca9ee752. This breaks the compilation of the Intel IGB drivers.
-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 9d6a5246..04ca1e6c 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.212",
+ "kernel_version": "4.19.207",
"kernel_flavor": "amd64-vyos",
"release_train": "crux",
"additional_repositories": [
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index ba42de36..44d456dc 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 "5cefdb78ddd29ae5ccda7da803da07d7cc80d68d2f6de967b61712d87f1db643 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
+ echo "d537a5314f4de181d2725b7adc163a4ee4480cb40b44acac56c9f5842c2a66b9 linux-${KERNEL_VER}.tar.xz" | sha256sum --check
if [ $? -ne 0 ]; then
exit 1
fi