From 72acb5bc07888b8e988b37791eab4ef163690504 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 26 Jul 2021 20:14:55 +0200 Subject: [PATCH] pygoscelis: Enable module compression (XZ) --- pygoscelis-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index 5b50336..9bdda5d 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -806,9 +806,9 @@ CONFIG_MODULE_SIG_ALL=y # CONFIG_MODULE_SIG_SHA384 is not set CONFIG_MODULE_SIG_SHA512=y CONFIG_MODULE_SIG_HASH="sha512" -CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_NONE is not set # CONFIG_MODULE_COMPRESS_GZIP is not set -# CONFIG_MODULE_COMPRESS_XZ is not set +CONFIG_MODULE_COMPRESS_XZ=y # CONFIG_MODULE_COMPRESS_ZSTD is not set # CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set CONFIG_MODPROBE_PATH="/sbin/modprobe"