mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutilQt: bootloader installation routines for iriver players. Bootloader routines are now completed. They need heavy testing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14040 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
999676bdd9
commit
488b3db547
13 changed files with 1304 additions and 9 deletions
|
|
@ -9,7 +9,9 @@ SOURCES += rbutilqt.cpp \
|
|||
installbootloader.cpp \
|
||||
installbl.cpp \
|
||||
../ipodpatcher/ipodpatcher.c \
|
||||
../sansapatcher/sansapatcher.c
|
||||
../sansapatcher/sansapatcher.c \
|
||||
irivertools/irivertools.cpp \
|
||||
irivertools/md5sum.cpp
|
||||
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
|
|
@ -30,8 +32,12 @@ HEADERS += rbutilqt.h \
|
|||
../ipodpatcher/ipodio.h \
|
||||
../ipodpatcher/parttypes.h \
|
||||
../sansapatcher/sansapatcher.h \
|
||||
../sansapatcher/sansaio.h
|
||||
|
||||
../sansapatcher/sansaio.h \
|
||||
irivertools/irivertools.h \
|
||||
irivertools/md5sum.h \
|
||||
irivertools/h100sums.h \
|
||||
irivertools/h120sums.h \
|
||||
irivertools/h300sums.h
|
||||
|
||||
TEMPLATE = app
|
||||
CONFIG += release \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue