Kernel: T3199: update Linux Kernel to v5.4.88

This commit is contained in:
Christian Poessinger 2021-01-09 18:04:30 +01:00
parent bdba2aeb7b
commit a2f580a661
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"debian_distribution": "buster",
"vyos_mirror": "http://dev.packages.vyos.net/repositories/current",
"vyos_branch": "current",
"kernel_version": "5.4.86",
"kernel_version": "5.4.88",
"kernel_flavor": "amd64-vyos",
"release_train": "equuleus",
"additional_repositories": [

View File

@ -92,7 +92,7 @@ pipeline {
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'CleanCheckout'],
[$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]],
branches: [[name: 'v5.4.86' ]],
branches: [[name: 'v5.4.88' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}