summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-image-redcore/files/5.6-module_compress_xz-use-T0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/linux-image-redcore/files/5.6-module_compress_xz-use-T0.patch')
-rw-r--r--sys-kernel/linux-image-redcore/files/5.6-module_compress_xz-use-T0.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-kernel/linux-image-redcore/files/5.6-module_compress_xz-use-T0.patch b/sys-kernel/linux-image-redcore/files/5.6-module_compress_xz-use-T0.patch
deleted file mode 100644
index 3d501533..00000000
--- a/sys-kernel/linux-image-redcore/files/5.6-module_compress_xz-use-T0.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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