summaryrefslogtreecommitdiff
path: root/packages/linux-kernel
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-06 19:09:19 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-06 19:09:19 +0100
commit9e6e486d5292919dd614541b54770a0b56b6a6ae (patch)
tree3b9f569fa5382d6d5d85f35b0d5bf6becfaead09 /packages/linux-kernel
parent5797078cd2eca0e512fad76d1f343013176b916f (diff)
downloadvyos-build-9e6e486d5292919dd614541b54770a0b56b6a6ae.tar.gz
vyos-build-9e6e486d5292919dd614541b54770a0b56b6a6ae.zip
Kernel: Firmware: T3052: update to 20201022
Diffstat (limited to 'packages/linux-kernel')
-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 55ecdf6..0d5d681 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -113,7 +113,7 @@ pipeline {
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'CleanCheckout'],
[$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]],
- branches: [[name: '20191022' ]],
+ branches: [[name: '20201022' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git']]])
}
}