diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-15 14:13:50 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-15 14:13:50 +0200 |
commit | 087e7b27868999c689f40c0fc846e6ce11de7ae6 (patch) | |
tree | 70adee6870418feb5c0a22259e5fb5eb5f4d9b9c /packages/linux-kernel/Jenkinsfile | |
parent | bf51cc0514800a096aa738e8a7b37e0416d8599a (diff) | |
download | vyos-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/Jenkinsfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index e7a156b..41f6956 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 |