From 6d1d9bed3ea567c74d787c0450c6de193e232851 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 20 Sep 2009 08:28:18 +0000 Subject: Integrate mknkboot into beastpatcher. Add a new option to beastpatcher to patch and upload an original firmware file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22745 a1c6a512-1295-4272-9138-f99709370657 --- utils/MTP/beastpatcher/beastpatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/MTP/beastpatcher/beastpatcher.h') diff --git a/utils/MTP/beastpatcher/beastpatcher.h b/utils/MTP/beastpatcher/beastpatcher.h index 899393272f..79246dbb17 100644 --- a/utils/MTP/beastpatcher/beastpatcher.h +++ b/utils/MTP/beastpatcher/beastpatcher.h @@ -40,7 +40,7 @@ #ifndef BEASTPATCHER_H #define BEASTPATCHER_H -int beastpatcher(const char* bootfile); +int beastpatcher(const char* bootfile, const char* firmfile); int sendfirm(const char* filename); #endif -- cgit v1.2.3