summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-09 18:02:54 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-09 18:02:54 +0100
commitc844282315f284f808d06e51668ca6d7fd7ce2e7 (patch)
tree69faf58f0e7effb490b780ef96008d623acc526b /packages/linux-kernel/Jenkinsfile
parentafa7d9b3bac98623028085007c8c8fbf2a2713d2 (diff)
downloadvyos-build-c844282315f284f808d06e51668ca6d7fd7ce2e7.tar.gz
vyos-build-c844282315f284f808d06e51668ca6d7fd7ce2e7.zip
Kernel: T3199: update Linux Kernel to v5.10.6
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-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 a21a1862..e1fcdb1e 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.10.5' ]],
+ branches: [[name: 'v5.10.6' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}