aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-01-28 12:06:35 +0000
committerJohn Crispin <blogic@openwrt.org>2015-01-28 12:06:35 +0000
commit1dfcf9183c7e8dd17beb0c296cebbd4f0bdae633 (patch)
treeca5195c16b77396b1eee61c4b5fc6fb8b649b46c /target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch
parentdba339a5c1eb5c1987a3d9195cb745781df3364f (diff)
downloadmaster-187ad058-1dfcf9183c7e8dd17beb0c296cebbd4f0bdae633.tar.gz
master-187ad058-1dfcf9183c7e8dd17beb0c296cebbd4f0bdae633.tar.bz2
master-187ad058-1dfcf9183c7e8dd17beb0c296cebbd4f0bdae633.zip
kernel: add LZ4 decompressors to kconfig hack
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44168 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch')
-rw-r--r--target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch16
1 files changed, 14 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch b/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch
index a24405d580..51b4fc89b6 100644
--- a/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch
+++ b/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch
@@ -1,6 +1,6 @@
--- a/lib/Kconfig
+++ b/lib/Kconfig
-@@ -205,16 +205,16 @@ config RANDOM32_SELFTEST
+@@ -205,25 +205,25 @@ config RANDOM32_SELFTEST
# compression support is select'ed if needed
#
config ZLIB_INFLATE
@@ -20,4 +20,16 @@
+ tristate "LZO decompress support"
config LZ4_COMPRESS
- tristate
+- tristate
++ tristate "LZ4 compress support"
+
+ config LZ4HC_COMPRESS
+- tristate
++ tristate "LZ4HC compress support"
+
+ config LZ4_DECOMPRESS
+- tristate
++ tristate "LZ4 decompress support"
+
+ source "lib/xz/Kconfig"
+