diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-03 00:02:14 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-05 21:40:00 +0100 |
commit | d8100d30b52ade0e6b37fcf9da0e2b99664cb395 (patch) | |
tree | 9a7c7b3178e6336682a8fda4120d264729fbbd1f /packages/linux-kernel/Jenkinsfile | |
parent | 50285486855b9813017ea97d3a845727dcd3bb65 (diff) | |
download | vyos-build-d8100d30b52ade0e6b37fcf9da0e2b99664cb395.tar.gz vyos-build-d8100d30b52ade0e6b37fcf9da0e2b99664cb395.zip |
Kernel: T5887: update Linux Kernel to v6.6.9
(cherry picked from commit cc04a75932345ba37e4e18f82ae3f85330cedf68)
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 87c04bdc..200e5b54 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -44,12 +44,12 @@ def pkgList = [ '''], // Firmware - ['name': 'linux-firmware', 'scmCommit': '20230625', + ['name': 'linux-firmware', 'scmCommit': '20231211', 'scmUrl': 'https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git', 'buildCmd': 'cd ..; ./build-linux-firmware.sh'], // Accel-PPP - ['name': 'accel-ppp', 'scmCommit': '9669bcb99adc', + ['name': 'accel-ppp', 'scmCommit': '19c36e593d9b', 'scmUrl': 'https://github.com/accel-ppp/accel-ppp.git', 'buildCmd': 'cd ..; pwd; ls -al; ./build-accel-ppp.sh'], @@ -60,7 +60,7 @@ def pkgList = [ ['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'], // OpenVPN DCO - ['name': 'ovpn-dco','scmCommit': 'v0.2.20230426', + ['name': 'ovpn-dco','scmCommit': 'v0.2.20231117', 'scmUrl': 'https://github.com/OpenVPN/ovpn-dco', 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'], ] |