This is a good idea.  We already have CONFIG_SQUASHFS=m on the XO-1
and XO-1.5 kernels.  It won't be loaded unless needed by user-space,
so it is low risk to add.

Attached is a patch for XO-4.  I wasn't able to figure out a patch for
XO-1.75, because "make oldconfig" asked me far too many questions.

-- 
James Cameron
http://quozl.linux.org.au/
>From 164832b8cf97a52b7af93e6aa48ebe7d5a350f0a Mon Sep 17 00:00:00 2001
From: James Cameron <qu...@laptop.org>
Date: Thu, 16 May 2013 15:52:01 +1000
Subject: [PATCH] xo_4_defconfig: add squashfs

---
 arch/arm/configs/xo_4_defconfig |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/xo_4_defconfig b/arch/arm/configs/xo_4_defconfig
index b5c471a..091e11e 100644
--- a/arch/arm/configs/xo_4_defconfig
+++ b/arch/arm/configs/xo_4_defconfig
@@ -2459,7 +2459,14 @@ CONFIG_MISC_FILESYSTEMS=y
 # CONFIG_EFS_FS is not set
 # CONFIG_LOGFS is not set
 CONFIG_CRAMFS=y
-# CONFIG_SQUASHFS is not set
+CONFIG_SQUASHFS=m
+# CONFIG_SQUASHFS_XATTR is not set
+CONFIG_SQUASHFS_ZLIB=y
+# CONFIG_SQUASHFS_LZO is not set
+# CONFIG_SQUASHFS_XZ is not set
+# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
+# CONFIG_SQUASHFS_EMBEDDED is not set
+CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
 # CONFIG_VXFS_FS is not set
 # CONFIG_MINIX_FS is not set
 # CONFIG_OMFS_FS is not set
-- 
1.7.10.4

_______________________________________________
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel

Reply via email to