From: Felix Fietkau Date: Wed, 19 Sep 2007 20:43:31 +0000 (+0000) Subject: enable jffs2 summary for faster mount time X-Git-Tag: 8.09_rc1~2658 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=abbe02e2fb64cb3f556c93b4ec4af34c4b40dec6;p=openwrt%2Fsvn-archive%2Fopenwrt.git enable jffs2 summary for faster mount time SVN-Revision: 8846 --- diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index 249519389b..1b0be47a33 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -633,7 +633,7 @@ CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_XATTR is not set CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set -# CONFIG_JFFS2_SUMMARY is not set +CONFIG_JFFS2_SUMMARY=y CONFIG_JFFS2_ZLIB=y # CONFIG_JFFS_FS is not set # CONFIG_JFS_DEBUG is not set diff --git a/target/linux/generic-2.6/config-default b/target/linux/generic-2.6/config-default index 28ff32b43e..d98ccb9096 100644 --- a/target/linux/generic-2.6/config-default +++ b/target/linux/generic-2.6/config-default @@ -617,7 +617,7 @@ CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_XATTR is not set CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set -# CONFIG_JFFS2_SUMMARY is not set +CONFIG_JFFS2_SUMMARY=y CONFIG_JFFS2_ZLIB=y # CONFIG_JFFS_FS is not set # CONFIG_JFS_DEBUG is not set