From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]) by casper.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cvhnH-000179-6r for barebox@lists.infradead.org; Wed, 05 Apr 2017 10:04:04 +0000 Received: by mail-lf0-x242.google.com with SMTP id v2so729306lfi.2 for ; Wed, 05 Apr 2017 03:03:42 -0700 (PDT) From: Antony Pavlov Date: Wed, 5 Apr 2017 13:03:36 +0300 Message-Id: <20170405100336.15275-1-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] sandbox_defconfig: enable squashfs support To: barebox@lists.infradead.org Signed-off-by: Antony Pavlov --- arch/sandbox/configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sandbox/configs/sandbox_defconfig b/arch/sandbox/configs/sandbox_defconfig index c20dd15a0..dbaff12bf 100644 --- a/arch/sandbox/configs/sandbox_defconfig +++ b/arch/sandbox/configs/sandbox_defconfig @@ -79,6 +79,7 @@ CONFIG_FS_FAT_WRITE=y CONFIG_FS_FAT_LFN=y CONFIG_FS_BPKFS=y CONFIG_FS_UIMAGEFS=y +CONFIG_FS_SQUASHFS=y CONFIG_BZLIB=y CONFIG_LZ4_DECOMPRESS=y CONFIG_XZ_DECOMPRESS=y -- 2.11.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox