diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-07 12:28:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-07 12:30:32 +0200 |
commit | 95b4b7287b4c22a43ce05b608ebdf4f4b193059b (patch) | |
tree | 0f821406bdd7d734a60aa7ba6886be57d7d227ab /target/linux/patches/3.15.8/lz4.patch | |
parent | 429bcaddee4ad31c5b54ec206a98c30569e64477 (diff) |
bump kernels
Diffstat (limited to 'target/linux/patches/3.15.8/lz4.patch')
-rw-r--r-- | target/linux/patches/3.15.8/lz4.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/patches/3.15.8/lz4.patch b/target/linux/patches/3.15.8/lz4.patch new file mode 100644 index 000000000..3106015ab --- /dev/null +++ b/target/linux/patches/3.15.8/lz4.patch @@ -0,0 +1,16 @@ +diff -Nur linux-3.15.2.orig/usr/Kconfig linux-3.15.2/usr/Kconfig +--- linux-3.15.2.orig/usr/Kconfig 2014-06-26 21:17:52.000000000 +0200 ++++ linux-3.15.2/usr/Kconfig 2014-06-30 08:29:00.000000000 +0200 +@@ -174,4 +174,12 @@ + size is about 10% bigger than gzip; however its speed + (both compression and decompression) is the fastest. + ++config INITRAMFS_COMPRESSION_LZ4 ++ bool "LZ4" ++ depends on RD_LZ4 ++ help ++ Its compression ratio is the poorest among the choices. The kernel ++ size is about 10% bigger than gzip; however its speed ++ (both compression and decompression) is the fastest. ++ + endchoice |