Update proxmark3.rb

Disable functionality to meet 256kb threshold
This commit is contained in:
s00se
2024-01-09 17:20:48 -07:00
committed by GitHub
parent 0008304b8a
commit d8d1af2f0d
+1 -1
View File
@@ -53,7 +53,7 @@ class Proxmark3 < Formula
]
args << 'PLATFORM_EXTRAS=BTADDON' if build.with? 'blueshark'
args << 'PLATFORM_SIZE=256' if build.with? 'small'
args << 'PLATFORM_SIZE=256 PLATFORM=PM3GENERIC STANDALONE= SKIP_HITAG=1 SKIP_LEGICRF=1 SKIP_EM4x50=1 SKIP_ICLASS=1 SKIP_FELICA=1 SKIP_HFPLOT=1 SKIP_HFSNIFF=1 SKIP_NFCBARCODE=1 SKIP_ZX8211=1' if build.with? 'small'
args << 'SKIPQT=1' unless build.with? 'qt5'
FUNCTIONS.each do |func|