summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-26 20:27:20 +0200
committerChristian Poessinger <christian@poessinger.com>2020-08-26 20:27:20 +0200
commit32821602ffed9c6c6f1364d2a87813057d10028f (patch)
tree5f9723191a898feed00a03fb1e231b4400729d3b /packages
parentf3768f08fb10930d21c4b3a79469510a743975f5 (diff)
downloadvyos-build-32821602ffed9c6c6f1364d2a87813057d10028f.tar.gz
vyos-build-32821602ffed9c6c6f1364d2a87813057d10028f.zip
Kernel: T2831: Update Linux Kernel to v4.19.142
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 30b64538..f2689202 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.141' ]],
+ branches: [[name: 'v4.19.142' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}