1
0
Fork 0
forked from len0rd/rockbox

rbutil: Add support for the xDuoo X3, X3ii, X20, and AGPTek Rocker.

* All include full bootloader installation!
 * X20 lack USB VID/PIDs so cannot be autodetected.
 * Benjie T6 (variant/OEM of the Rocker) USB VID/PID unknown.

Change-Id: Ia823de072c83506d36410ec436be15a0caf97151
This commit is contained in:
Solomon Peachy 2020-07-19 17:13:55 -04:00
parent 561937f2f4
commit f6060d62d9
5 changed files with 296 additions and 2 deletions

View file

@ -55,6 +55,7 @@ SOURCES += \
sysinfo.cpp \
systrace.cpp \
base/bootloaderinstallbase.cpp \
base/bootloaderinstallbspatch.cpp \
base/bootloaderinstallhelper.cpp \
base/bootloaderinstallmi4.cpp \
base/bootloaderinstallhex.cpp \
@ -134,6 +135,7 @@ HEADERS += \
base/system.h \
systrace.h \
base/bootloaderinstallbase.h \
base/bootloaderinstallbspatch.h \
base/bootloaderinstallhelper.h \
base/bootloaderinstallmi4.h \
base/bootloaderinstallhex.h \