diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-02-01 10:07:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 10:07:14 +0100 |
| commit | a49f83e2fcb4f19e31ae524276cb761d9c3c3794 (patch) | |
| tree | 6cdb871971680cf99635d0fa43a666c9b475c3ac /packages/linux-kernel/Jenkinsfile | |
| parent | 6c6a5856122790d3df3a5def6f42ac2d71e716a9 (diff) | |
| parent | 9376117efbe5022ece7942cf5e3e9606ca6586bf (diff) | |
| download | vyos-build-a49f83e2fcb4f19e31ae524276cb761d9c3c3794.tar.gz vyos-build-a49f83e2fcb4f19e31ae524276cb761d9c3c3794.zip | |
Merge pull request #490 from c-po/T5887-kernel
Kernel: T5887: T5619: T5995: Update to v6.6.15, add IXGBE out-of-tree drivers and Huawei NIC driver
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
| -rw-r--r-- | packages/linux-kernel/Jenkinsfile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index a27ddf8..50943ec 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,15 @@ 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'], + + // Intel IXGBEVF + ['name': 'ixgbevf', 'buildCmd': 'cd ..; ./build-intel-ixgbevf.sh'], + // Jool ['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'], |
