mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
proxmark3: sim firmware
This commit is contained in:
parent
28d7311479
commit
f6476e379d
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ RDEPEND="virtual/libusb:0
|
|||
DEPEND="${RDEPEND}
|
||||
firmware? ( sys-devel/gcc-arm-none-eabi:0 )"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/share/proxmark3/firmware/bootrom.elf
|
||||
usr/share/proxmark3/firmware/fullimage.elf"
|
||||
|
||||
src_compile(){
|
||||
#first we set platform
|
||||
if use pm3rdv4; then
|
||||
|
|
@ -98,6 +101,8 @@ src_install(){
|
|||
insinto /usr/share/proxmark3/firmware
|
||||
doins armsrc/obj/fullimage.elf
|
||||
doins bootrom/obj/bootrom.elf
|
||||
doins tools/simmodule/SIM011.*
|
||||
newins tools/simmodule/readme.txt sim-update-readme.txt
|
||||
insinto /usr/share/proxmark3/jtag
|
||||
doins recovery/*.bin
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue