initial import of fs-tools package
authorJohn Crispin <blogic@openwrt.org>
Tue, 18 Feb 2014 00:55:53 +0000 (00:55 +0000)
committerJohn Crispin <blogic@openwrt.org>
Wed, 12 Mar 2014 02:29:00 +0000 (02:29 +0000)
commitd292ffc85f48dd9c8774a0860f50397dd2966e7a
tree1bc7098e4ad6e3b9ae623c2e6ac7ff178d449219
initial import of fs-tools package

Signed-off-by: John Crispin <blogic@openwrt.org>
28 files changed:
CMakeLists.txt [new file with mode: 0644]
backend/base.c [new file with mode: 0644]
backend/extroot.c [new file with mode: 0644]
backend/jffs2.c [new file with mode: 0644]
backend/snapshot.c [new file with mode: 0644]
block.c [new file with mode: 0644]
fs-state.c [new file with mode: 0644]
fs-state.h [new file with mode: 0644]
lib/find.c [new file with mode: 0644]
lib/mount.c [new file with mode: 0644]
lib/mtd.c [new file with mode: 0644]
lib/mtd.h [new file with mode: 0644]
libblkid-tiny/bitops.h [new file with mode: 0644]
libblkid-tiny/blkdev.h [new file with mode: 0644]
libblkid-tiny/blkid.h [new file with mode: 0644]
libblkid-tiny/blkidP.h [new file with mode: 0644]
libblkid-tiny/c.h [new file with mode: 0644]
libblkid-tiny/ext.c [new file with mode: 0644]
libblkid-tiny/jffs2.c [new file with mode: 0644]
libblkid-tiny/libblkid-tiny.c [new file with mode: 0644]
libblkid-tiny/libblkid-tiny.h [new file with mode: 0644]
libblkid-tiny/linux_version.h [new file with mode: 0644]
libblkid-tiny/mkdev.c [new file with mode: 0644]
libblkid-tiny/squashfs.c [new file with mode: 0644]
libblkid-tiny/superblocks.h [new file with mode: 0644]
libblkid-tiny/swap.c [new file with mode: 0644]
libblkid-tiny/ubifs.c [new file with mode: 0644]
libblkid-tiny/vfat.c [new file with mode: 0644]