0b4e5417b416769b5e4e7a9956ea2f539839ef78
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.29 / 510-yaffs_support.patch
1 --- a/fs/Kconfig
2 +++ b/fs/Kconfig
3 @@ -223,6 +223,7 @@ source "fs/qnx4/Kconfig"
4 source "fs/romfs/Kconfig"
5 source "fs/sysv/Kconfig"
6 source "fs/ufs/Kconfig"
7 +source "fs/yaffs2/Kconfig"
8
9 endif # MISC_FILESYSTEMS
10
11 --- a/fs/Makefile
12 +++ b/fs/Makefile
13 @@ -125,3 +125,4 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/
14 obj-$(CONFIG_OCFS2_FS) += ocfs2/
15 obj-$(CONFIG_BTRFS_FS) += btrfs/
16 obj-$(CONFIG_GFS2_FS) += gfs2/
17 +obj-$(CONFIG_YAFFS_FS) += yaffs2/