diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-08 18:58:29 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-16 20:40:12 +0100 |
commit | 8ab057f5e4150affe44a630c53a113e74618ab09 (patch) | |
tree | 381cf81653ceaeafa402d30c9f69ab51bd796b41 /target/linux/generic/patches-3.18/500-yaffs-Kbuild-integration.patch | |
parent | 21591a336198beaffa11d40e3581215ef0fe67ec (diff) | |
download | upstream-8ab057f5e4150affe44a630c53a113e74618ab09.tar.gz upstream-8ab057f5e4150affe44a630c53a113e74618ab09.tar.bz2 upstream-8ab057f5e4150affe44a630c53a113e74618ab09.zip |
kernel: remove yaffs2 support, it is no longer needed
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/patches-3.18/500-yaffs-Kbuild-integration.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/500-yaffs-Kbuild-integration.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/generic/patches-3.18/500-yaffs-Kbuild-integration.patch b/target/linux/generic/patches-3.18/500-yaffs-Kbuild-integration.patch deleted file mode 100644 index de6643a41e..0000000000 --- a/target/linux/generic/patches-3.18/500-yaffs-Kbuild-integration.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/fs/Kconfig -+++ b/fs/Kconfig -@@ -39,6 +39,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 -@@ -126,3 +126,5 @@ obj-y += exofs/ # Multiple modules - obj-$(CONFIG_CEPH_FS) += ceph/ - obj-$(CONFIG_PSTORE) += pstore/ - obj-$(CONFIG_EFIVAR_FS) += efivarfs/ -+obj-$(CONFIG_YAFFS_FS) += yaffs2/ -+ |