mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 17:20:59 +02:00
proxmark3: new standalone-mode for live
This commit is contained in:
parent
f637ecbb29
commit
7d5eeaebae
1 changed files with 5 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/RfidResearchGroup/proxmark3"
|
|||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
STANDALONE="standalone-lf-em4100emul standalone-lf-em4100rswb standalone-lf-em4100rwc standalone-lf-hidbrute standalone-lf-hidfcbrute standalone-lf-icehid standalone-lf-nexid standalone-lf-proxbrute standalone-lf-samyrun standalone-lf-tharexde standalone-hf-14asniff standalone-hf-15sniff standalone-hf-aveful standalone-hf-bog standalone-hf-cardhopper standalone-hf-colin standalone-hf-craftbyte standalone-hf-iceclass standalone-hf-legic standalone-hf-mattyrun standalone-hf-mfcsim standalone-hf-msdsal standalone-hf-reblay standalone-hf-tcprst standalone-hf-tmudford standalone-hf-young standalone-dankarmulti"
|
||||
STANDALONE="standalone-lf-em4100emul standalone-lf-em4100rswb standalone-lf-em4100rwc standalone-lf-hidbrute standalone-lf-hidfcbrute standalone-lf-icehid standalone-lf-nexid standalone-lf-proxbrute standalone-lf-samyrun standalone-lf-tharexde standalone-hf-14asniff standalone-hf-15sniff standalone-hf-aveful standalone-hf-bog standalone-hf-cardhopper standalone-hf-colin standalone-hf-craftbyte standalone-hf-iceclass standalone-hf-legic standalone-hf-mattyrun standalone-hf-mfcsim standalone-hf-msdsal standalone-hf-reblay standalone-hf-tcprst standalone-hf-tmudford hf-unisniff standalone-hf-young standalone-dankarmulti"
|
||||
IUSE="+bluez deprecated +firmware +pm3rdv4 +qt ${STANDALONE}"
|
||||
REQUIRED_USE="?? ( ${STANDALONE/+/} )
|
||||
standalone-lf-hidfcbrute? ( pm3rdv4 )
|
||||
|
|
@ -38,7 +38,8 @@ REQUIRED_USE="?? ( ${STANDALONE/+/} )
|
|||
standalone-hf-colin? ( pm3rdv4 )
|
||||
standalone-hf-iceclass? ( pm3rdv4 )
|
||||
standalone-hf-mfcsim? ( pm3rdv4 )
|
||||
standalone-hf-reblay? ( pm3rdv4 ) "
|
||||
standalone-hf-reblay? ( pm3rdv4 )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
app-arch/bzip2
|
||||
|
|
@ -118,6 +119,8 @@ src_prepare(){
|
|||
echo 'STANDALONE=HF_TCPRST' >> Makefile.platform
|
||||
elif use standalone-hf-tmudford; then
|
||||
echo 'STANDALONE=HF_TMUDFORD' >> Makefile.platform
|
||||
elif use standalone-hf-unisniff; then
|
||||
echo 'STANDALONE=HF_UNISNIFF' >> Makefile.platform
|
||||
elif use standalone-hf-young; then
|
||||
echo 'STANDALONE=HF_YOUNG' >> Makefile.platform
|
||||
elif use standalone-dankarmulti; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue