From: Marcin Krol Date: Thu, 28 Mar 2024 22:37:01 +0000 (+0100) Subject: - compress modules with xz X-Git-Url: https://git.tld-linux.org/?p=packages%2Fkernel.git;a=commitdiff_plain;h=8ab1659c0ad2842f81976083e2917319d7a5a0de - compress modules with xz --- diff --git a/kernel-x86.config b/kernel-x86.config index 799a74b..e91cd2a 100644 --- a/kernel-x86.config +++ b/kernel-x86.config @@ -878,8 +878,8 @@ CONFIG_MODULE_SIG_SHA1=y # CONFIG_MODULE_SIG_SHA512 is not set CONFIG_MODULE_SIG_HASH="sha1" CONFIG_MODULE_COMPRESS=y -CONFIG_MODULE_COMPRESS_GZIP=y -# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_GZIP is not set +CONFIG_MODULE_COMPRESS_XZ=y # CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set CONFIG_UNUSED_SYMBOLS=y CONFIG_MODULES_TREE_LOOKUP=y diff --git a/kernel-x86_64.config b/kernel-x86_64.config index 1793a96..717b1f3 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -890,8 +890,8 @@ CONFIG_MODULE_SIG_SHA1=y # CONFIG_MODULE_SIG_SHA512 is not set CONFIG_MODULE_SIG_HASH="sha1" CONFIG_MODULE_COMPRESS=y -CONFIG_MODULE_COMPRESS_GZIP=y -# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_GZIP is not set +CONFIG_MODULE_COMPRESS_XZ=y # CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set CONFIG_UNUSED_SYMBOLS=y CONFIG_MODULES_TREE_LOOKUP=y