aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-03-21 06:53:08 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-03-21 06:53:08 +0000
commit06b9e30970b4969aec4d50ed09f1e3c12dc13b99 (patch)
treedfb54ac748e9326781310543fc41c4d736c14ba3 /target/linux/generic-2.6
parentcaccb72c3b0d2846bbebfed411dca5d91f44d7e6 (diff)
downloadmaster-187ad058-06b9e30970b4969aec4d50ed09f1e3c12dc13b99.tar.gz
master-187ad058-06b9e30970b4969aec4d50ed09f1e3c12dc13b99.tar.bz2
master-187ad058-06b9e30970b4969aec4d50ed09f1e3c12dc13b99.zip
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/linux/generic-2.6')
-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 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/
++