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

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