summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-07-15 14:13:50 +0200
committerChristian Breunig <christian@breunig.cc>2023-07-15 14:13:50 +0200
commit087e7b27868999c689f40c0fc846e6ce11de7ae6 (patch)
tree70adee6870418feb5c0a22259e5fb5eb5f4d9b9c /packages/linux-kernel/Jenkinsfile
parentbf51cc0514800a096aa738e8a7b37e0416d8599a (diff)
downloadvyos-build-087e7b27868999c689f40c0fc846e6ce11de7ae6.tar.gz
vyos-build-087e7b27868999c689f40c0fc846e6ce11de7ae6.zip
Kernel: T4974: add OpenVPN Data Channel Offload (DCO) package
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index e7a156b8..41f6956c 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -58,6 +58,10 @@ def pkgList = [
// Jool
['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'],
+
+ // OpenVPN DCO
+ ['name': 'ovpn-dco', 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'],
+
]
// Start package build using library function from https://github.com/vyos/vyos-build