diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-21 06:53:08 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-21 06:53:08 +0000 |
commit | 0fa2deaa280b7c058b270ddc07db22d65c86d590 (patch) | |
tree | 8289abd46e39cc4e37eaf7415d7c8bc619f6cb1e | |
parent | ea89aacf526e3dd1572220325a3afed951a6059b (diff) | |
download | upstream-0fa2deaa280b7c058b270ddc07db22d65c86d590.tar.gz upstream-0fa2deaa280b7c058b270ddc07db22d65c86d590.tar.bz2 upstream-0fa2deaa280b7c058b270ddc07db22d65c86d590.zip |
generic-2.6: sync patches to 2.6.34-rc2
SVN-Revision: 20329
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.34/510-yaffs_support.patch | 5 |
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 e490452e58..b14de5940d 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/ ++ |