diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-05 11:38:09 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-05 11:39:09 +0200 |
commit | 46d5618e6303542c5122c854b45643de5800abbc (patch) | |
tree | 61832d5400a4631b8bf4d1ba2e1e1da90e08cec1 /packages/linux-kernel | |
parent | 566751184e51c5ebc668ba50ebb9a6b2b86d22ad (diff) | |
download | vyos-build-46d5618e6303542c5122c854b45643de5800abbc.tar.gz vyos-build-46d5618e6303542c5122c854b45643de5800abbc.zip |
packages: Kernel: T2684: Update Linux Kernel to v4.19.131
Diffstat (limited to 'packages/linux-kernel')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 085a67e8..efac06ed 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.128' ]], + branches: [[name: 'v4.19.131' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |