diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-23 01:35:49 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-23 11:09:41 +0200 |
commit | 698f5e16233337284ca3a52a5ffe0d4d7e6e0b11 (patch) | |
tree | 26bcae8c9b2e5f6ed9521657ec66e771bd93158c | |
parent | 5bc3fe476f8da89bbf5725295aad81679611d9fc (diff) | |
download | vyos-build-698f5e16233337284ca3a52a5ffe0d4d7e6e0b11.tar.gz vyos-build-698f5e16233337284ca3a52a5ffe0d4d7e6e0b11.zip |
Kernel: T2822: Update Linux Kernel to v4.19.141
(cherry picked from commit 02efbb2305f9aeb968d68893ad394d99eea74920)
-rw-r--r-- | data/defaults.json | 2 | ||||
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/defaults.json b/data/defaults.json index c3b0a893..add1f2bd 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.139", + "kernel_version": "4.19.141", "kernel_flavor": "amd64-vyos", "release_train": "crux", "additional_repositories": [ diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index febed232..30b64538 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -92,7 +92,7 @@ pipeline { doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanCheckout'], [$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]], - branches: [[name: 'v4.19.139' ]], + branches: [[name: 'v4.19.141' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |