summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile22
1 files changed, 18 insertions, 4 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index b0715e19..50943eca 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2021 VyOS maintainers and contributors
+// Copyright (C) 2020-2024 VyOS maintainers and contributors
//
// This program is free software; you can redistribute it and/or modify
// in order to easy exprort images built to "external" world
@@ -44,17 +44,31 @@ def pkgList = [
'''],
// Firmware
- ['name': 'linux-firmware', 'scmCommit': '20221214',
+ ['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': 'b120b0d83e21',
+ ['name': 'accel-ppp', 'scmCommit': '19c36e593d9b',
'scmUrl': 'https://github.com/accel-ppp/accel-ppp.git',
'buildCmd': 'cd ..; pwd; ls -al; ./build-accel-ppp.sh'],
- // Intel-QAT
+ // Intel QAT
['name': 'qat', 'buildCmd': 'cd ..; ./build-intel-qat.sh'],
+
+ // Intel IXGBE
+ ['name': 'ixgbe', 'buildCmd': 'cd ..; ./build-intel-ixgbe.sh'],
+
+ // Intel IXGBEVF
+ ['name': 'ixgbevf', 'buildCmd': 'cd ..; ./build-intel-ixgbevf.sh'],
+
+ // Jool
+ ['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'],
+
+ // OpenVPN DCO
+ ['name': 'ovpn-dco','scmCommit': 'v0.2.20231117',
+ 'scmUrl': 'https://github.com/OpenVPN/ovpn-dco',
+ 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'],
]
// Start package build using library function from https://github.com/vyos/vyos-build