forked from len0rd/rockbox
rbutil: Add bspatch and libbzip2
This is to enable binary patching of Hiby-based firmware files Note that noting in rbutil uses this yet. Change-Id: I03ac824dd7402d508eb4e857ad78f184eb0d0243
This commit is contained in:
parent
5cdfe30e79
commit
8d2d6f4ca5
20 changed files with 5558 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -67,6 +67,9 @@
|
|||
# /rbutil/chinachippatcher/
|
||||
/rbutil/chinachippatcher/chinachip
|
||||
|
||||
# /rbutil/bspatch/
|
||||
/rbutil/bspatch/bspatch
|
||||
|
||||
# /rbutil/rbutilqt/
|
||||
/rbutil/rbutilqt/build
|
||||
/rbutil/rbutilqt/RockboxUtility
|
||||
|
|
@ -90,6 +93,7 @@
|
|||
/rbutil/mkimxboot/mkimxboot
|
||||
/rbutil/mknwzboot/mknwzboot
|
||||
/rbutil/mkzenboot/mkzenboot
|
||||
/rbutil/tools/bin2c
|
||||
|
||||
# /tools/
|
||||
/tools/bdf2bmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue