diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-07-15 18:26:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-15 18:26:39 +0300 |
| commit | fbd036a36e4bd1fa8f15638f79bc554db2cac9fb (patch) | |
| tree | 857f156523cdf83e1f45779c54a6e8828ebd9930 /scripts/package-build/linux-kernel/build-ipt-netflow.sh | |
| parent | 5e2e9a3375a0ec3845822702fb255ac03e2b661f (diff) | |
| parent | 2fde86f151627dc2940bbdd7e478d856f12f98f5 (diff) | |
| download | vyos-build-fbd036a36e4bd1fa8f15638f79bc554db2cac9fb.tar.gz vyos-build-fbd036a36e4bd1fa8f15638f79bc554db2cac9fb.zip | |
Merge pull request #1239 from c-po/compress-kernel-modules
Kernel: T5641: enable module compression to save disk space
Diffstat (limited to 'scripts/package-build/linux-kernel/build-ipt-netflow.sh')
| -rwxr-xr-x | scripts/package-build/linux-kernel/build-ipt-netflow.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/linux-kernel/build-ipt-netflow.sh b/scripts/package-build/linux-kernel/build-ipt-netflow.sh index bae4051b..2c7554fa 100755 --- a/scripts/package-build/linux-kernel/build-ipt-netflow.sh +++ b/scripts/package-build/linux-kernel/build-ipt-netflow.sh @@ -72,6 +72,6 @@ fpm --input-type dir --output-type deb --name vyos-ipt-netflow \ --description "ipt_NETFLOW module" \ --depends linux-image-${KERNEL_VERSION}${KERNEL_SUFFIX} \ --license "GPL2" -C ${IPT_NETFLOW_SRC}/tmp --after-install ${DEBIAN_POSTINST} \ - ipt_NETFLOW.ko=/lib/modules/${KERNEL_VERSION}${KERNEL_SUFFIX}/extra/ipt_NETFLOW.ko \ + ipt_NETFLOW.ko.xz=/lib/modules/${KERNEL_VERSION}${KERNEL_SUFFIX}/extra/ipt_NETFLOW.ko.xz \ libipt_NETFLOW.so=/lib/$(uname -m)-linux-gnu/xtables/libipt_NETFLOW.so \ libip6t_NETFLOW.so=/lib/$(uname -m)-linux-gnu/xtables/libip6t_NETFLOW.so |
