generic: ar8216: fix phy driver name
[openwrt.git] / target / linux / generic / patches-2.6.30 / 510-yaffs_support.patch
1 --- a/fs/Kconfig
2 +++ b/fs/Kconfig
3 @@ -177,6 +177,7 @@ source "fs/romfs/Kconfig"
4  source "fs/sysv/Kconfig"
5  source "fs/ufs/Kconfig"
6  source "fs/exofs/Kconfig"
7 +source "fs/yaffs2/Kconfig"
8  
9  config NILFS2_FS
10         tristate "NILFS2 file system support (EXPERIMENTAL)"
11 --- a/fs/Makefile
12 +++ b/fs/Makefile
13 @@ -125,3 +125,4 @@ obj-$(CONFIG_OCFS2_FS)              += ocfs2/
14  obj-$(CONFIG_BTRFS_FS)         += btrfs/
15  obj-$(CONFIG_GFS2_FS)           += gfs2/
16  obj-$(CONFIG_EXOFS_FS)          += exofs/
17 +obj-$(CONFIG_YAFFS_FS)         += yaffs2/