diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-24 13:55:16 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-25 11:53:21 +0200 |
commit | 5fe12be0dd03d1a316343549f8c131d931f21a9a (patch) | |
tree | d393375ebec253a11bf6eee7377abc970d275488 /gnu/packages/aux-files/linux-libre/5.8-i686.conf | |
parent | 755f365b02b42a5d1e8ef3000dadef069553a478 (diff) | |
download | guix-5fe12be0dd03d1a316343549f8c131d931f21a9a.tar guix-5fe12be0dd03d1a316343549f8c131d931f21a9a.tar.gz |
linux-libre: Enable module compression.
This commit enables GZIP compression for linux-libre kernel modules, reducing
the size of linux-libre by 63% (165MB).
* gnu/packages/aux-files/linux-libre/5.8-arm.conf: Enable GZ compression.
* gnu/packages/aux-files/linux-libre/5.8-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.8-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Ditto.
Diffstat (limited to 'gnu/packages/aux-files/linux-libre/5.8-i686.conf')
-rw-r--r-- | gnu/packages/aux-files/linux-libre/5.8-i686.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/aux-files/linux-libre/5.8-i686.conf b/gnu/packages/aux-files/linux-libre/5.8-i686.conf index 9f5d56aeee..f73c41b6d5 100644 --- a/gnu/packages/aux-files/linux-libre/5.8-i686.conf +++ b/gnu/packages/aux-files/linux-libre/5.8-i686.conf @@ -840,7 +840,9 @@ CONFIG_MODVERSIONS=y CONFIG_ASM_MODVERSIONS=y CONFIG_MODULE_SRCVERSION_ALL=y # CONFIG_MODULE_SIG is not set -# CONFIG_MODULE_COMPRESS is not set +CONFIG_MODULE_COMPRESS=y +CONFIG_MODULE_COMPRESS_GZIP=y +# CONFIG_MODULE_COMPRESS_XZ is not set # CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set CONFIG_UNUSED_SYMBOLS=y CONFIG_MODULES_TREE_LOOKUP=y |