pygoscelis: Enable module compression (XZ)

This commit is contained in:
Nils Freydank 2021-07-26 20:14:55 +02:00
parent e673f57a2e
commit 72acb5bc07
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 2 additions and 2 deletions

View File

@ -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"