summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorSkyler Mäntysaari <samip5@users.noreply.github.com>2023-10-18 22:33:35 +0300
committerChristian Breunig <christian@breunig.cc>2024-02-01 10:03:38 +0100
commit738ce141fb1c5cf77832bb93e21029b882910921 (patch)
tree255e1d4504f265da08fb2ba75feeb0aac3b953f4 /packages/linux-kernel/Jenkinsfile
parent6c6fe821de20eaf18640285587e960726c1ea39b (diff)
downloadvyos-build-738ce141fb1c5cf77832bb93e21029b882910921.tar.gz
vyos-build-738ce141fb1c5cf77832bb93e21029b882910921.zip
T5619: Add out-of-tree Intel ixgbe driver
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index a27ddf80..1fa5149c 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
@@ -53,9 +53,12 @@ def pkgList = [
'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'],
+
// Jool
['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'],