summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-24 19:53:53 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-24 19:53:53 +0100
commit0eed76532bd37836aa587012f975de4970d5d33d (patch)
treef4982b996cd9626360d18037b6a26243cfe5d896 /packages
parent5df15815874f4c0d652f6a9c6ae721ee2340f083 (diff)
downloadvyos-build-0eed76532bd37836aa587012f975de4970d5d33d.tar.gz
vyos-build-0eed76532bd37836aa587012f975de4970d5d33d.zip
Kernel: T3087: update Linux Kernel to v4.19.160
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 fcd4c2a3..27751258 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.158' ]],
+ branches: [[name: 'v4.19.160' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}