generic-2.6: sync patches to 2.6.34-rc2

SVN-Revision: 20329
master
Alexandros C. Couloumbis 15 years ago
parent ea89aacf52
commit 0fa2deaa28
  1. 5
      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/
+

Loading…
Cancel
Save