summaryrefslogtreecommitdiff
path: root/target/linux/patches/3.15.4/lz4.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-22 19:41:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-22 19:42:41 +0200
commit83269248e437d15f040975e5d40dfc9ad599ab0e (patch)
tree5355dfda20e364df32ee2a1122b04ab950100fa5 /target/linux/patches/3.15.4/lz4.patch
parentf964a806c5784f4a0144deffcfbd3c4e6e4da244 (diff)
bump kernel versions, readd sm7xx driver for 3.15.x
Diffstat (limited to 'target/linux/patches/3.15.4/lz4.patch')
-rw-r--r--target/linux/patches/3.15.4/lz4.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/patches/3.15.4/lz4.patch b/target/linux/patches/3.15.4/lz4.patch
deleted file mode 100644
index 3106015ab..000000000
--- a/target/linux/patches/3.15.4/lz4.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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