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/config-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/config-3.18')
-rw-r--r-- | target/linux/generic/config-3.18 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index a4c0b65f0c..ad4d1a202a 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -1876,6 +1876,9 @@ CONFIG_LZMA_COMPRESS=y CONFIG_LZMA_DECOMPRESS=y # CONFIG_LZO_COMPRESS is not set # CONFIG_LZO_DECOMPRESS is not set +# CONFIG_LZ4_COMPRESS is not set +# CONFIG_LZ4_DECOMPRESS is not set +# CONFIG_LZ4HC_COMPRESS is not set # CONFIG_M25PXX_PREFER_SMALL_SECTOR_ERASE is not set # CONFIG_MAC80211 is not set # CONFIG_MAC80211_MESSAGE_TRACING is not set @@ -4570,4 +4573,5 @@ CONFIG_XZ_DEC=y CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 # CONFIG_ZRAM is not set +# CONFIG_ZRAM_LZ4_COMPRESS is not set # CONFIG_ZSMALLOC is not set |