1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/tools/mtd-utils-1.4.5/mkfs.ubifs
2024-07-22 01:58:46 -03:00
..
hashtable Add gpl 2024-07-22 01:58:46 -03:00
compr.c Add gpl 2024-07-22 01:58:46 -03:00
compr.h Add gpl 2024-07-22 01:58:46 -03:00
COPYING Add gpl 2024-07-22 01:58:46 -03:00
crc16.c Add gpl 2024-07-22 01:58:46 -03:00
crc16.h Add gpl 2024-07-22 01:58:46 -03:00
defs.h Add gpl 2024-07-22 01:58:46 -03:00
devtable.c Add gpl 2024-07-22 01:58:46 -03:00
key.h Add gpl 2024-07-22 01:58:46 -03:00
lpt.c Add gpl 2024-07-22 01:58:46 -03:00
lpt.h Add gpl 2024-07-22 01:58:46 -03:00
Makefile Add gpl 2024-07-22 01:58:46 -03:00
mkfs.ubifs.c Add gpl 2024-07-22 01:58:46 -03:00
mkfs.ubifs.h Add gpl 2024-07-22 01:58:46 -03:00
README Add gpl 2024-07-22 01:58:46 -03:00
ubifs-media.h Add gpl 2024-07-22 01:58:46 -03:00
ubifs.h Add gpl 2024-07-22 01:58:46 -03:00

UBIFS File System - Make File System program

* crc16.h and crc16.c were copied from the linux kernel.
* crc32.h and crc32.c were copied from mtd-utils and amended.
* ubifs-media.h is fs/ubifs/ubifs-media.h from the linux kernel
* ubifs.h is a selection of definitions from fs/ubifs/ubifs.h from the linux kernel.
* key.h is copied from fs/ubifs/key.h from the linux kernel.
* defs.h is a bunch of definitions to smooth things over.
* lpt.c is a selection of functions copied from fs/ubifs/lpt.c from the linux kernel, and amended.
* hashtable/* was downloaded from http://www.cl.cam.ac.uk/~cwc22/hashtable/