From 7adb67f18469e51cecb83a0c2efbf22494acb244 Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Thu, 28 May 2009 10:00:48 +0000 Subject: revert 15922 - add back 2.6.29 kernel support SVN-Revision: 16127 --- .../generic-2.6/patches-2.6.29/510-yaffs_support.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch (limited to 'target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch') diff --git a/target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch b/target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch new file mode 100644 index 0000000000..0b4e5417b4 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch @@ -0,0 +1,17 @@ +--- a/fs/Kconfig ++++ b/fs/Kconfig +@@ -223,6 +223,7 @@ source "fs/qnx4/Kconfig" + source "fs/romfs/Kconfig" + source "fs/sysv/Kconfig" + source "fs/ufs/Kconfig" ++source "fs/yaffs2/Kconfig" + + endif # MISC_FILESYSTEMS + +--- a/fs/Makefile ++++ b/fs/Makefile +@@ -125,3 +125,4 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/ + obj-$(CONFIG_OCFS2_FS) += ocfs2/ + obj-$(CONFIG_BTRFS_FS) += btrfs/ + obj-$(CONFIG_GFS2_FS) += gfs2/ ++obj-$(CONFIG_YAFFS_FS) += yaffs2/ -- cgit v1.2.3