refresh generic 2.6.23 patches in upstream style
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.23 / 510-Yaffs.patch
1 --- a/fs/Kconfig
2 +++ b/fs/Kconfig
3 @@ -419,6 +419,7 @@
4
5 source "fs/xfs/Kconfig"
6 source "fs/gfs2/Kconfig"
7 +source "fs/yaffs2/Kconfig"
8
9 config OCFS2_FS
10 tristate "OCFS2 file system support"
11 --- a/fs/Makefile
12 +++ b/fs/Makefile
13 @@ -120,3 +120,4 @@
14 obj-$(CONFIG_DEBUG_FS) += debugfs/
15 obj-$(CONFIG_OCFS2_FS) += ocfs2/
16 obj-$(CONFIG_GFS2_FS) += gfs2/
17 +obj-$(CONFIG_YAFFS_FS) += yaffs2/