From 78eb4dc6045070b2f820322a0d358ff069b0a065 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Sun, 29 Jun 2008 09:56:51 +0000 Subject: [PATCH] topconfig enable JFFS2 features use by Nokia n8x0 tables JFFS2 Summary and Compressor support svn path=/dists/trunk/linux-2.6/; revision=11723 --- debian/changelog | 1 + debian/config/config | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 914f115df..f181d59a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -51,6 +51,7 @@ linux-2.6 (2.6.26~rc8-1~experimental.1) UNRELEASED; urgency=low * Fallback for userspace compatibility to old IEEE 1394 FireWire stack. (closes: #475295, #478419) * [x86]: Enable modular FB_UVESA. (closes: #473180) + * JFFS2 enable summary and compressor support. (closes: #488242) [ Martin Michlmayr ] * [arm/orion5x] Update the config to reflect upstream renaming this diff --git a/debian/config/config b/debian/config/config index bf126cfbc..086eebb79 100644 --- a/debian/config/config +++ b/debian/config/config @@ -1735,11 +1735,16 @@ CONFIG_JFFS2_FS=m CONFIG_JFFS2_FS_DEBUG=0 CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_WBUF_VERIFY is not set -# CONFIG_JFFS2_SUMMARY is not set +CONFIG_JFFS2_SUMMARY=y CONFIG_JFFS2_FS_XATTR=y CONFIG_JFFS2_FS_POSIX_ACL=y CONFIG_JFFS2_FS_SECURITY=y -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set +CONFIG_JFFS2_COMPRESSION_OPTIONS=y +CONFIG_JFFS2_ZLIB=y +CONFIG_JFFS2_LZO=y +CONFIG_JFFS2_RTIME=y +# CONFIG_JFFS2_RUBIN is not set +CONFIG_JFFS2_CMODE_PRIORITY=y CONFIG_CRAMFS=m CONFIG_VXFS_FS=m CONFIG_MINIX_FS=m