lz4.patch 611 B

12345678910111213141516
  1. diff -Nur linux-3.15.2.orig/usr/Kconfig linux-3.15.2/usr/Kconfig
  2. --- linux-3.15.2.orig/usr/Kconfig 2014-06-26 21:17:52.000000000 +0200
  3. +++ linux-3.15.2/usr/Kconfig 2014-06-30 08:29:00.000000000 +0200
  4. @@ -174,4 +174,12 @@
  5. size is about 10% bigger than gzip; however its speed
  6. (both compression and decompression) is the fastest.
  7. +config INITRAMFS_COMPRESSION_LZ4
  8. + bool "LZ4"
  9. + depends on RD_LZ4
  10. + help
  11. + Its compression ratio is the poorest among the choices. The kernel
  12. + size is about 10% bigger than gzip; however its speed
  13. + (both compression and decompression) is the fastest.
  14. +
  15. endchoice