CD exfat support for Tomato. https://github.com/dorimanx/exfat-nofuse.
commit97b2e3f8071efd5dcc3b0b06567099a10502ec8a
authorvictek <victek@tomatoraf.com>
Fri, 27 Sep 2013 06:09:28 +0000 (27 08:09 +0200)
committervictek <victek@tomatoraf.com>
Fri, 27 Sep 2013 06:09:28 +0000 (27 08:09 +0200)
treeab78c5163cd0e5b79f47deadf1da96effd678d15
parent983398a9d722268e5a828bdcf1e0a39e8fe5994c
CD exfat support for Tomato. https://github.com/dorimanx/exfat-nofuse.
27 files changed:
release/src-rt/linux/linux-2.6/fs/exfat/.gitignore [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/Kconfig [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/Makefile [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/Makefile.module [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/README.md [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_api.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_api.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_blkdev.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_blkdev.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_cache.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_cache.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_config.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_core.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_data.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_data.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_global.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_global.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_nls.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_nls.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_oal.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_oal.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_part.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_super.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_super.h [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_upcase.c [new file with mode: 0644]
release/src-rt/linux/linux-2.6/fs/exfat/exfat_version.h [new file with mode: 0644]