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 | 06b9e30970b4969aec4d50ed09f1e3c12dc13b99 (patch) | |
tree | dfb54ac748e9326781310543fc41c4d736c14ba3 /target/linux/generic-2.6/patches-2.6.34 | |
parent | caccb72c3b0d2846bbebfed411dca5d91f44d7e6 (diff) | |
download | upstream-06b9e30970b4969aec4d50ed09f1e3c12dc13b99.tar.gz upstream-06b9e30970b4969aec4d50ed09f1e3c12dc13b99.tar.bz2 upstream-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/patches-2.6.34')
-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/ ++ |