osafeloader: new util for extracting partitions from SafeLoader

SafeLoader is image format used by some TP-LINK devices. This tool
allows extracting selected partitions out of it. It can be used for
sysupgrade.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Rafał Miłecki
2016-11-19 07:58:25 +01:00
parent eab2b17d43
commit 1c6fd8c1ee
5 changed files with 649 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
all: osafeloader
osafeloader:
$(CC) $(CFLAGS) -Wall osafeloader.c md5.c -o $@ $^
clean:
rm -f osafeloader