pygoscelis: Enable CONFIG_MODULE_COMPRESS_ZSTD=y

This is a post-release fix for commit 672ae7c496ec5b2ac0ff5563991eb98fcdf5311a.
See also #2.
This commit is contained in:
Nils Freydank 2024-10-23 17:00:00 +02:00
parent 335ed70b38
commit b6fe7cd4ba
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -887,8 +887,8 @@ CONFIG_MODULE_SIG_SHA3_512=y
CONFIG_MODULE_SIG_HASH="sha3-512"
# 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
# CONFIG_MODULE_COMPRESS_XZ is not set
CONFIG_MODULE_COMPRESS_ZSTD=y
# CONFIG_MODULE_DECOMPRESS is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
CONFIG_MODPROBE_PATH="/sbin/modprobe"