diff options
author | John Crispin <john@openwrt.org> | 2015-01-28 12:06:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-28 12:06:35 +0000 |
commit | dcac85d7d8e5e5805868c043df02c368a85b8810 (patch) | |
tree | d888691694b9125e4643d3bbc1580463829cc559 /target/linux/generic/patches-3.18 | |
parent | ec1ba1855829d41711bfd730648a7eeb65f0fe9e (diff) | |
download | upstream-dcac85d7d8e5e5805868c043df02c368a85b8810.tar.gz upstream-dcac85d7d8e5e5805868c043df02c368a85b8810.tar.bz2 upstream-dcac85d7d8e5e5805868c043df02c368a85b8810.zip |
kernel: add LZ4 decompressors to kconfig hack
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 44168
Diffstat (limited to 'target/linux/generic/patches-3.18')
-rw-r--r-- | target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch | 16 |
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" + |