summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-10-31 08:10:50 +0100
committerChristian Poessinger <christian@poessinger.com>2020-10-31 08:10:50 +0100
commit0c37b1675a929988c0f37f5a6d6ed1b6d651830b (patch)
tree75e150feec54e9cae029f5d0756cdb0e331eb367 /packages
parent62aea1f3a8a9a8b877b0807a84e6723e369f696a (diff)
downloadvyos-build-0c37b1675a929988c0f37f5a6d6ed1b6d651830b.tar.gz
vyos-build-0c37b1675a929988c0f37f5a6d6ed1b6d651830b.zip
Kernel: T3033: Update Linux Kernel to v4.19.154
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 bb56e055..d5ec75db 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.153' ]],
+ branches: [[name: 'v4.19.154' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}