summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-07-15 21:43:30 +0200
committerChristian Breunig <christian@breunig.cc>2023-07-15 21:43:30 +0200
commit8c5089b4bb6c0c0f9d546c3a8ac88bd66b633ad0 (patch)
tree15513f19c4d5dd756f8ad27c4f6f92d4f0bf217d /packages
parentdcfbfe9cbb6e4e4c5e67c506ef9cc3b01742baf2 (diff)
downloadvyos-build-8c5089b4bb6c0c0f9d546c3a8ac88bd66b633ad0.tar.gz
vyos-build-8c5089b4bb6c0c0f9d546c3a8ac88bd66b633ad0.zip
Kernel: T4974: specify repo URL for openvpn-dco package
Diffstat (limited to 'packages')
-rw-r--r--packages/linux-kernel/Jenkinsfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 4584892b..73da9464 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -60,8 +60,9 @@ def pkgList = [
['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'],
// OpenVPN DCO
- ['name': 'ovpn-dco', 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'],
-
+ ['name': 'ovpn-dco','scmCommit': 'v0.2.20230426',
+ 'scmUrl': 'https://github.com/OpenVPN/ovpn-dco',
+ 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'],
]
// Start package build using library function from https://github.com/vyos/vyos-build