From 44cd9ed1c4226447914e74f71d144e940e42d9ee Mon Sep 17 00:00:00 2001 From: Kathiravan T Date: Tue, 16 Feb 2021 11:01:28 +0530 Subject: [PATCH] configs: ipq6018: enable LZMA decompressor Now, the linux-5.4 image is LZMA compressed enable the LZMA decompressor support. Signed-off-by: Kathiravan T Change-Id: Ibfc0d1fb6ffc463182f944bea0aa1d76af7d57b5 --- configs/ipq6018_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/ipq6018_defconfig b/configs/ipq6018_defconfig index 2581be6aae..8b83a56810 100644 --- a/configs/ipq6018_defconfig +++ b/configs/ipq6018_defconfig @@ -313,5 +313,6 @@ CONFIG_REGEX=y # Compression Support # # CONFIG_LZ4 is not set +CONFIG_LZMA=y # CONFIG_ERRNO_STR is not set # CONFIG_UNIT_TEST is not set