diff options
author | Skyler Mäntysaari <samip5@users.noreply.github.com> | 2023-10-18 22:33:35 +0300 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-01 10:03:38 +0100 |
commit | 738ce141fb1c5cf77832bb93e21029b882910921 (patch) | |
tree | 255e1d4504f265da08fb2ba75feeb0aac3b953f4 /packages/linux-kernel/Jenkinsfile | |
parent | 6c6fe821de20eaf18640285587e960726c1ea39b (diff) | |
download | vyos-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/Jenkinsfile | 7 |
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'], |