summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.34/510-yaffs_support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.34/510-yaffs_support.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.34/510-yaffs_support.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.34/510-yaffs_support.patch b/target/linux/generic-2.6/patches-2.6.34/510-yaffs_support.patch
index e490452e5..b14de5940 100644
--- a/target/linux/generic-2.6/patches-2.6.34/510-yaffs_support.patch
+++ b/target/linux/generic-2.6/patches-2.6.34/510-yaffs_support.patch
@@ -10,8 +10,9 @@
--- a/fs/Makefile
+++ b/fs/Makefile
-@@ -125,3 +125,4 @@ obj-$(CONFIG_OCFS2_FS) += ocfs2/
- obj-$(CONFIG_BTRFS_FS) += btrfs/
+@@ -127,3 +127,5 @@
obj-$(CONFIG_GFS2_FS) += gfs2/
obj-$(CONFIG_EXOFS_FS) += exofs/
+ obj-$(CONFIG_CEPH_FS) += ceph/
+obj-$(CONFIG_YAFFS_FS) += yaffs2/
++