kernel: port missing ubi EOF marker support patch to 3.19 and 4.0
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.19 / 500-yaffs-Kbuild-integration.patch
1 --- a/fs/Kconfig
2 +++ b/fs/Kconfig
3 @@ -39,6 +39,7 @@ source "fs/gfs2/Kconfig"
4 source "fs/ocfs2/Kconfig"
5 source "fs/btrfs/Kconfig"
6 source "fs/nilfs2/Kconfig"
7 +source "fs/yaffs2/Kconfig"
8
9 endif # BLOCK
10
11 --- a/fs/Makefile
12 +++ b/fs/Makefile
13 @@ -126,3 +126,5 @@ obj-y += exofs/ # Multiple modules
14 obj-$(CONFIG_CEPH_FS) += ceph/
15 obj-$(CONFIG_PSTORE) += pstore/
16 obj-$(CONFIG_EFIVAR_FS) += efivarfs/
17 +obj-$(CONFIG_YAFFS_FS) += yaffs2/
18 +