summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2017-04-05 13:03:36 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2017-04-06 09:01:01 +0200
commit0c7c7fe41fd3a2971dbc0149b91972b6bf6eb38f (patch)
tree52879644acd83eccf8c1f177ce11c261cb3fcb1c /arch/sandbox
parent3358d27d89b03e3117e779a04301aa327eda2ea2 (diff)
downloadbarebox-0c7c7fe41fd3a2971dbc0149b91972b6bf6eb38f.tar.gz
barebox-0c7c7fe41fd3a2971dbc0149b91972b6bf6eb38f.tar.xz
sandbox_defconfig: enable squashfs support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/configs/sandbox_defconfig b/arch/sandbox/configs/sandbox_defconfig
index c20dd15a0b..dbaff12bfb 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