diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-16 12:30:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-16 12:30:21 +0100 |
commit | a690a02bdcda236be79bd84acffb6c1d05a5d4ba (patch) | |
tree | 73aec59e817609924796bd1aa65255090ebcb9a9 /packages/linux-kernel/Jenkinsfile | |
parent | 50bdf2367f5a2ff2cd719ed4ce58189536bac86c (diff) | |
parent | 404aa7e10c6be4f95eb0703cd835469abf137037 (diff) | |
download | vyos-build-a690a02bdcda236be79bd84acffb6c1d05a5d4ba.tar.gz vyos-build-a690a02bdcda236be79bd84acffb6c1d05a5d4ba.zip |
Merge pull request #525 from Ingramz/add-rtsp-2
Kernel: T4022: add RTSP netfilter helper kernel module
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 50943eca..a4c9f274 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -69,6 +69,11 @@ def pkgList = [ ['name': 'ovpn-dco','scmCommit': 'v0.2.20231117', 'scmUrl': 'https://github.com/OpenVPN/ovpn-dco', 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'], + + // RTSP netfilter helper + ['name': 'nat-rtsp', 'scmCommit': '475af0a', + 'scmUrl': 'https://github.com/maru-sama/rtsp-linux.git', + 'buildCmd': 'cd ..; ./build-nat-rtsp.sh'], ] // Start package build using library function from https://github.com/vyos/vyos-build |