Author: blogic Date: 2015-01-28 13:06:35 +0100 (Wed, 28 Jan 2015) New Revision: 44168
Modified: trunk/target/linux/generic/config-3.18 trunk/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch Log: kernel: add LZ4 decompressors to kconfig hack Signed-off-by: Nathan Hintz <[email protected]> Modified: trunk/target/linux/generic/config-3.18 =================================================================== --- trunk/target/linux/generic/config-3.18 2015-01-28 12:06:28 UTC (rev 44167) +++ trunk/target/linux/generic/config-3.18 2015-01-28 12:06:35 UTC (rev 44168) @@ -1876,6 +1876,9 @@ 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_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 Modified: trunk/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch =================================================================== --- trunk/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch 2015-01-28 12:06:28 UTC (rev 44167) +++ trunk/target/linux/generic/patches-3.18/262-compressor_kconfig_hack.patch 2015-01-28 12:06:35 UTC (rev 44168) @@ -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" + _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
