[ar71xx] add uci-defaults script to migrate vlan 0 to vlan 1 after sysupgrade on...
[openwrt.git] / target / linux / generic / patches-2.6.35 / 510-yaffs_support.patch
1 --- a/fs/Kconfig
2 +++ b/fs/Kconfig
3 @@ -44,6 +44,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 @@ -127,3 +127,5 @@ obj-$(CONFIG_BTRFS_FS)              += btrfs/
14  obj-$(CONFIG_GFS2_FS)           += gfs2/
15  obj-$(CONFIG_EXOFS_FS)          += exofs/
16  obj-$(CONFIG_CEPH_FS)          += ceph/
17 +obj-$(CONFIG_YAFFS_FS)         += yaffs2/
18 +