summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-21 06:53:08 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-21 06:53:08 +0000
commita1ce9f6f9b88ba41955079034e8f1c2b6e39c8c6 (patch)
treedfb54ac748e9326781310543fc41c4d736c14ba3 /target
parentbf84c66678b024e0625765ae0dc0a0ad05293eff (diff)
generic-2.6: sync patches to 2.6.34-rc2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20329 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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/
++