diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-19 10:21:32 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-19 10:21:32 +0000 |
commit | 98f867298141b92abadb5e16754021960e356ebb (patch) | |
tree | fcf02474f03c99128400f6b1f6b166d4492367d3 /target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch | |
parent | c4b57b4f21aadf0b158807f9ef42ecda4df8ada9 (diff) |
[kernel] remove 2.6.29 since there are no remaining users of it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15922 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch b/target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch deleted file mode 100644 index 0b4e5417b4..0000000000 --- a/target/linux/generic-2.6/patches-2.6.29/510-yaffs_support.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/fs/Kconfig -+++ b/fs/Kconfig -@@ -223,6 +223,7 @@ source "fs/qnx4/Kconfig" - source "fs/romfs/Kconfig" - source "fs/sysv/Kconfig" - source "fs/ufs/Kconfig" -+source "fs/yaffs2/Kconfig" - - endif # MISC_FILESYSTEMS - ---- a/fs/Makefile -+++ b/fs/Makefile -@@ -125,3 +125,4 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/ - obj-$(CONFIG_OCFS2_FS) += ocfs2/ - obj-$(CONFIG_BTRFS_FS) += btrfs/ - obj-$(CONFIG_GFS2_FS) += gfs2/ -+obj-$(CONFIG_YAFFS_FS) += yaffs2/ |