X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.32%2F510-yaffs_support.patch;fp=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.32%2F510-yaffs_support.patch;h=0000000000000000000000000000000000000000;hb=c6ab1b23be796c1bbe1915ac566fe3377ae8109f;hp=e490452e58f25a8378a498eb17496c0cd3bed846;hpb=01131f5dd9f61be5a5c857152ca079f316fd7538;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/generic-2.6/patches-2.6.32/510-yaffs_support.patch b/target/linux/generic-2.6/patches-2.6.32/510-yaffs_support.patch deleted file mode 100644 index e490452e58..0000000000 --- a/target/linux/generic-2.6/patches-2.6.32/510-yaffs_support.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/fs/Kconfig -+++ b/fs/Kconfig -@@ -44,6 +44,7 @@ source "fs/gfs2/Kconfig" - source "fs/ocfs2/Kconfig" - source "fs/btrfs/Kconfig" - source "fs/nilfs2/Kconfig" -+source "fs/yaffs2/Kconfig" - - endif # BLOCK - ---- a/fs/Makefile -+++ b/fs/Makefile -@@ -125,3 +125,4 @@ obj-$(CONFIG_OCFS2_FS) += ocfs2/ - obj-$(CONFIG_BTRFS_FS) += btrfs/ - obj-$(CONFIG_GFS2_FS) += gfs2/ - obj-$(CONFIG_EXOFS_FS) += exofs/ -+obj-$(CONFIG_YAFFS_FS) += yaffs2/