diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-04-24 11:01:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-04-24 11:01:55 +0000 |
commit | 1376b2744128db97e9981f6dc77dd032ef2259bb (patch) | |
tree | 7cab23e0c705888a824e4e134a2159518d74a2c3 /target/linux/ar71xx | |
parent | f4e88b7d7f26cb1bac7285f02b29011dd881aa07 (diff) | |
download | upstream-1376b2744128db97e9981f6dc77dd032ef2259bb.tar.gz upstream-1376b2744128db97e9981f6dc77dd032ef2259bb.tar.bz2 upstream-1376b2744128db97e9981f6dc77dd032ef2259bb.zip |
enable yaffs on 2.6.29
SVN-Revision: 15378
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/config-2.6.29 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.29 b/target/linux/ar71xx/config-2.6.29 index 519271ce41..abeddbf5d6 100644 --- a/target/linux/ar71xx/config-2.6.29 +++ b/target/linux/ar71xx/config-2.6.29 @@ -252,4 +252,13 @@ CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y CONFIG_TICK_ONESHOT=y CONFIG_TRAD_SIGNALS=y CONFIG_USB_SUPPORT=y +CONFIG_YAFFS_9BYTE_TAGS=y +CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED=y +CONFIG_YAFFS_AUTO_YAFFS2=y +# CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set +# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set +CONFIG_YAFFS_FS=y +CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y +CONFIG_YAFFS_YAFFS1=y +CONFIG_YAFFS_YAFFS2=y CONFIG_ZONE_DMA_FLAG=0 |