From 020d463b0264089a4c30a0149b119d0a1e69534d Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 14 Oct 2023 19:36:02 +0000 Subject: [PATCH] pkg/debian: Explicitly set module compression to xz --- pkg/debian/kernel/ubuntu.config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkg/debian/kernel/ubuntu.config b/pkg/debian/kernel/ubuntu.config index 793bba77c..8dab7f4cf 100644 --- a/pkg/debian/kernel/ubuntu.config +++ b/pkg/debian/kernel/ubuntu.config @@ -9,6 +9,14 @@ CONFIG_DEBUG_INFO_NONE=y # CONFIG_DEBUG_INFO_DWARF4 is not set # CONFIG_DEBUG_INFO_DWARF5 is not set +## +## Enforce xz compression (zstd is unavailable on older distros) +## +# CONFIG_MODULE_COMPRESS_NONE is not set +# CONFIG_MODULE_COMPRESS_GZIP is not set +CONFIG_MODULE_COMPRESS_XZ=y +# CONFIG_MODULE_COMPRESS_ZSTD is not set + ## ## Do not build samples and tests ##