add proper 2.6.25 support
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.25 / 510-Yaffs.patch
1 Index: linux-2.6.23-rc6/fs/Kconfig
2 ===================================================================
3 --- linux-2.6.23-rc6.orig/fs/Kconfig 2007-09-21 16:24:06.000000000 +0800
4 +++ linux-2.6.23-rc6/fs/Kconfig 2007-09-21 16:24:08.000000000 +0800
5 @@ -419,6 +419,7 @@
6
7 source "fs/xfs/Kconfig"
8 source "fs/gfs2/Kconfig"
9 +source "fs/yaffs2/Kconfig"
10
11 config OCFS2_FS
12 tristate "OCFS2 file system support"
13 Index: linux-2.6.23-rc6/fs/Makefile
14 ===================================================================
15 --- linux-2.6.23-rc6.orig/fs/Makefile 2007-09-21 16:24:06.000000000 +0800
16 +++ linux-2.6.23-rc6/fs/Makefile 2007-09-21 16:24:08.000000000 +0800
17 @@ -120,3 +120,4 @@
18 obj-$(CONFIG_DEBUG_FS) += debugfs/
19 obj-$(CONFIG_OCFS2_FS) += ocfs2/
20 obj-$(CONFIG_GFS2_FS) += gfs2/
21 +obj-$(CONFIG_YAFFS_FS) += yaffs2/