diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-05-30 16:30:51 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-05-30 16:30:51 +0000 |
commit | f664b7cb17d20e7a32e9bd07e85c9bb7ecb9e2ce (patch) | |
tree | eee31435ae91d4838abf2a566762712522a30f1f /target/linux/generic-2.6/patches-2.6.25/510-Yaffs.patch | |
parent | 83072a149a7d7e6faf7276db7a5f6440d7fa0d24 (diff) | |
download | upstream-f664b7cb17d20e7a32e9bd07e85c9bb7ecb9e2ce.tar.gz upstream-f664b7cb17d20e7a32e9bd07e85c9bb7ecb9e2ce.tar.bz2 upstream-f664b7cb17d20e7a32e9bd07e85c9bb7ecb9e2ce.zip |
refresh generic 2.6.25 patches to match upstream style
SVN-Revision: 11296
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25/510-Yaffs.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.25/510-Yaffs.patch | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/510-Yaffs.patch b/target/linux/generic-2.6/patches-2.6.25/510-Yaffs.patch index ea56fae18d..e0f1a9befb 100644 --- a/target/linux/generic-2.6/patches-2.6.25/510-Yaffs.patch +++ b/target/linux/generic-2.6/patches-2.6.25/510-Yaffs.patch @@ -1,8 +1,6 @@ -Index: linux-2.6.25.4/fs/Kconfig -=================================================================== ---- linux-2.6.25.4.orig/fs/Kconfig -+++ linux-2.6.25.4/fs/Kconfig -@@ -421,6 +421,7 @@ config FS_POSIX_ACL +--- a/fs/Kconfig ++++ b/fs/Kconfig +@@ -421,6 +421,7 @@ source "fs/xfs/Kconfig" source "fs/gfs2/Kconfig" @@ -10,11 +8,9 @@ Index: linux-2.6.25.4/fs/Kconfig config OCFS2_FS tristate "OCFS2 file system support" -Index: linux-2.6.25.4/fs/Makefile -=================================================================== ---- linux-2.6.25.4.orig/fs/Makefile -+++ linux-2.6.25.4/fs/Makefile -@@ -121,3 +121,4 @@ obj-$(CONFIG_HPPFS) += hppfs/ +--- a/fs/Makefile ++++ b/fs/Makefile +@@ -121,3 +121,4 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_OCFS2_FS) += ocfs2/ obj-$(CONFIG_GFS2_FS) += gfs2/ |