aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-19 20:43:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-19 20:43:31 +0000
commitabbe02e2fb64cb3f556c93b4ec4af34c4b40dec6 (patch)
tree7b41170719e2b50847b823266df7bed8d1a3b22e
parentf3b9e06a14df482f77c9e7a5e899074263a639c7 (diff)
downloadupstream-abbe02e2fb64cb3f556c93b4ec4af34c4b40dec6.tar.gz
upstream-abbe02e2fb64cb3f556c93b4ec4af34c4b40dec6.tar.bz2
upstream-abbe02e2fb64cb3f556c93b4ec4af34c4b40dec6.zip
enable jffs2 summary for faster mount time
SVN-Revision: 8846
-rw-r--r--target/linux/generic-2.6/config-2.6.222
-rw-r--r--target/linux/generic-2.6/config-default2
2 files changed, 2 insertions, 2 deletions
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