diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-31 11:52:45 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-31 11:52:45 +0100 |
commit | ba6dab895279f628454abbcd4d3c6dd306565a68 (patch) | |
tree | d1bf4e23be47a4a2af7240820b99d1e04b05b40b /packages | |
parent | d14b0ee946bcd80e4f758764c784ffa6737f0a4b (diff) | |
download | vyos-build-ba6dab895279f628454abbcd4d3c6dd306565a68.tar.gz vyos-build-ba6dab895279f628454abbcd4d3c6dd306565a68.zip |
Kernel: T3168: update Linux Kernel to v5.4.86
Diffstat (limited to 'packages')
-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 4afd07ae..4d163ca3 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: 'v5.4.85' ]], + branches: [[name: 'v5.4.86' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |