asuswrt-merlin.ng/release/src-rt-5.02axhnd/router-sysdep.rt-ax92u/mtd/mtd-utils-56840a1/mkfs.ubifs
2022-10-02 16:38:00 +02:00
..
hashtable RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
compr.c RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
compr.h RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
COPYING RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
crc16.c RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
crc16.h RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
defs.h RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
devtable.c RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
key.h RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
lpt.c RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
lpt.h RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
mkfs.ubifs.c RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
mkfs.ubifs.h RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
README RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
ubifs-media.h RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02:00
ubifs.h RT-AX92U: Added support for new model 2022-10-02 16:38:00 +02: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/