summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-sources-redcore/files/5.6-module_compress_xz-use-T0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/linux-sources-redcore/files/5.6-module_compress_xz-use-T0.patch')
-rw-r--r--sys-kernel/linux-sources-redcore/files/5.6-module_compress_xz-use-T0.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-kernel/linux-sources-redcore/files/5.6-module_compress_xz-use-T0.patch b/sys-kernel/linux-sources-redcore/files/5.6-module_compress_xz-use-T0.patch
new file mode 100644
index 00000000..3d501533
--- /dev/null
+++ b/sys-kernel/linux-sources-redcore/files/5.6-module_compress_xz-use-T0.patch
@@ -0,0 +1,12 @@
+diff -Naur linux-5.5.11/Makefile linux-5.5.11-p/Makefile
+--- linux-5.5.11/Makefile 2020-03-21 08:15:56.000000000 +0100
++++ linux-5.5.11-p/Makefile 2020-03-23 17:14:43.417918491 +0100
+@@ -981,7 +981,7 @@
+ mod_compress_cmd = gzip -n -f
+ endif # CONFIG_MODULE_COMPRESS_GZIP
+ ifdef CONFIG_MODULE_COMPRESS_XZ
+- mod_compress_cmd = xz -f
++ mod_compress_cmd = xz -T0 -f
+ endif # CONFIG_MODULE_COMPRESS_XZ
+ endif # CONFIG_MODULE_COMPRESS
+ export mod_compress_cmd