diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-19 20:43:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-19 20:43:31 +0000 |
commit | f5fb2a0aedc078af9bc58780c2c4402e34d76d9b (patch) | |
tree | b19915bf62545d5b209428724f843bfb164a0165 /target/linux/generic-2.6/config-default | |
parent | 2c41016d04f269aa3cc64b00c240e79771ab760d (diff) | |
download | upstream-f5fb2a0aedc078af9bc58780c2c4402e34d76d9b.tar.gz upstream-f5fb2a0aedc078af9bc58780c2c4402e34d76d9b.tar.bz2 upstream-f5fb2a0aedc078af9bc58780c2c4402e34d76d9b.zip |
enable jffs2 summary for faster mount time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8846 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-default')
-rw-r--r-- | target/linux/generic-2.6/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
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 |