diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-03-05 20:45:32 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-03-11 16:37:27 +0100 |
| commit | 282ca5b30813a19c5af5c14127ec483409dae14c (patch) | |
| tree | 7908c5f682f1b31a181884b13601fbcc0fb9bbb9 /scripts/package-build/linux-kernel/package.toml | |
| parent | f23b204e681e00d13ec3c33436247422849e6803 (diff) | |
| download | vyos-build-282ca5b30813a19c5af5c14127ec483409dae14c.tar.gz vyos-build-282ca5b30813a19c5af5c14127ec483409dae14c.zip | |
Kernel: T6230: add ipt_NETFLOW out-of-tree module
Diffstat (limited to 'scripts/package-build/linux-kernel/package.toml')
| -rw-r--r-- | scripts/package-build/linux-kernel/package.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/package-build/linux-kernel/package.toml b/scripts/package-build/linux-kernel/package.toml index 2d80fdfe..0bbd6785 100644 --- a/scripts/package-build/linux-kernel/package.toml +++ b/scripts/package-build/linux-kernel/package.toml @@ -22,7 +22,6 @@ commit_id = "1.13.0" scm_url = "https://github.com/accel-ppp/accel-ppp.git" build_cmd = "build_accel_ppp" - [[packages]] name = "ovpn-dco" commit_id = "v0.2.20231117" @@ -35,7 +34,6 @@ commit_id = "475af0a" scm_url = "https://github.com/maru-sama/rtsp-linux.git" build_cmd = "build_nat_rtsp" - [[packages]] name = "qat" commit_id = "" @@ -77,3 +75,9 @@ name = "realtek-r8152" commit_id = "" scm_url = "" build_cmd = "build_realtek_r8152" + +[[packages]] +name = "ipt-netflow" +commit_id = "0eb2092e93" +scm_url = "https://github.com/aabc/ipt-netflow" +build_cmd = "build_ipt_netflow" |
