diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-30 18:53:09 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-30 18:53:09 +0000 |
commit | dfe9e683b0c294ac7c1ab0198d952331aa08e1bc (patch) | |
tree | 5508a662a1c6a5ab2f925a92d080da26604559b8 /target/linux/generic/files/fs/yaffs2/Makefile | |
parent | 4ff577f968912f0452eaeec826ead436c8a8fc87 (diff) | |
download | openwrt-dfe9e683b0c294ac7c1ab0198d952331aa08e1bc.tar.gz openwrt-dfe9e683b0c294ac7c1ab0198d952331aa08e1bc.zip |
AA: generic: fold yaffs_cvs_2009_04_24 patch to generic/files
Backport of r34012.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34017 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/fs/yaffs2/Makefile')
-rw-r--r-- | target/linux/generic/files/fs/yaffs2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/generic/files/fs/yaffs2/Makefile b/target/linux/generic/files/fs/yaffs2/Makefile index 73f46583f..382ee6142 100644 --- a/target/linux/generic/files/fs/yaffs2/Makefile +++ b/target/linux/generic/files/fs/yaffs2/Makefile @@ -5,7 +5,6 @@ obj-$(CONFIG_YAFFS_FS) += yaffs.o yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o yaffs_checkptrw.o -yaffs-y += yaffs_packedtags2.o yaffs_nand.o yaffs_qsort.o +yaffs-y += yaffs_packedtags1.o yaffs_packedtags2.o yaffs_nand.o yaffs_qsort.o yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o -yaffs-y += yaffs_mtdif1.o yaffs_packedtags1.o -yaffs-y += yaffs_mtdif.o yaffs_mtdif2.o +yaffs-y += yaffs_mtdif.o yaffs_mtdif1.o yaffs_mtdif2.o |