diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-24 11:01:55 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-24 11:01:55 +0000 |
commit | fbe565e125528a2c5fe048dba633356df00c661c (patch) | |
tree | fa0c2952563d270182523fcf3b7a56dbf67a00e1 | |
parent | d397b3cd1c16c4a2e1ba1fabe11e90aca9c60ac0 (diff) |
[ar71xx] enable yaffs on 2.6.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15378 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 519271ce4..abeddbf5d 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 |