diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-07 19:16:28 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-07 19:16:28 +0000 |
commit | b7f3aba0e25b35db58c7b56335586892a87b4788 (patch) | |
tree | 5f903c9543c4d5ad036028ce33d27cc287319b25 /linux | |
parent | f6f97fa270a31eef19d6465692b4c418f0a0c6ea (diff) |
set jffs2 as compiled-in (not module) for handhelds-pxa-2.6, to prevent
trouble when rootfs is on jffs2
BKrev: 418e748cJNPmA9jE039haQxtRArbQw
Diffstat (limited to 'linux')
-rw-r--r-- | linux/handhelds-pxa-2.6/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/handhelds-pxa-2.6/defconfig b/linux/handhelds-pxa-2.6/defconfig index 7512d7960c..cd92420627 100644 --- a/linux/handhelds-pxa-2.6/defconfig +++ b/linux/handhelds-pxa-2.6/defconfig @@ -993,7 +993,7 @@ CONFIG_RAMFS=y # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_JFFS_FS is not set -CONFIG_JFFS2_FS=m +CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 CONFIG_JFFS2_FS_NAND=y # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |