summaryrefslogtreecommitdiff
path: root/lib/microtar/README.rockbox
diff options
context:
space:
mode:
Diffstat (limited to 'lib/microtar/README.rockbox')
-rw-r--r--lib/microtar/README.rockbox14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/microtar/README.rockbox b/lib/microtar/README.rockbox
new file mode 100644
index 0000000000..944f792996
--- /dev/null
+++ b/lib/microtar/README.rockbox
@@ -0,0 +1,14 @@
1Upstream commit/repo
2 1e921369b2c92bb219fcef84a37d4d2347794c0f
3 https://github.com/amachronic/microtar
4
5Summary of Rockbox-specific changes:
6
7- microtar.make, SOURCES
8 Target build system integration.
9
10- microtar-rockbox.c, microtar-rockbox.h
11 Implements mtar ops with Rockbox filesystem API.
12
13- microtar.c
14 Define strncpy since Rockbox's libc doesn't define it.