2
0
forked from Ivasoft/openwrt

kernel: add LZ4 decompressors to kconfig hack

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>

SVN-Revision: 44168
This commit is contained in:
John Crispin
2015-01-28 12:06:35 +00:00
parent ec1ba18558
commit dcac85d7d8
2 changed files with 18 additions and 2 deletions

View File

@@ -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"