diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-16 13:04:36 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-16 13:05:00 +0100 |
commit | dc1526e8b26b8e80f94497552503a17e70db8bdb (patch) | |
tree | 55e2dab8e352699f3070a317d7f8c6d342bb8583 | |
parent | 687e0a8d2d32e96138f9100b2b64e83dd3744da1 (diff) | |
download | vyos-build-dc1526e8b26b8e80f94497552503a17e70db8bdb.tar.gz vyos-build-dc1526e8b26b8e80f94497552503a17e70db8bdb.zip |
Kernel: T3223: update linux-firmware to 20201218
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68)
-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 3a252aca..fffe35a4 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -121,7 +121,7 @@ pipeline { doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanCheckout'], [$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]], - branches: [[name: '20201022' ]], + branches: [[name: '20201218' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git']]]) } } |