From e7d00dce83bdaa112a88dba799f80258bff6ba6b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 8 Jun 2019 15:26:05 -0400 Subject: [PATCH] chg: upgrade always possible --- client/cmdsmartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdsmartcard.c b/client/cmdsmartcard.c index d6870e579..c8529fa23 100644 --- a/client/cmdsmartcard.c +++ b/client/cmdsmartcard.c @@ -1130,7 +1130,7 @@ static command_t CommandTable[] = { {"info", CmdSmartInfo, IfPm3Smartcard, "Tag information"}, {"reader", CmdSmartReader, IfPm3Smartcard, "Act like an IS07816 reader"}, {"raw", CmdSmartRaw, IfPm3Smartcard, "Send raw hex data to tag"}, - {"upgrade", CmdSmartUpgrade, IfPm3Smartcard, "Upgrade sim module firmware"}, + {"upgrade", CmdSmartUpgrade, AlwaysAvailable, "Upgrade sim module firmware"}, {"setclock", CmdSmartSetClock, IfPm3Smartcard, "Set clock speed"}, {"brute", CmdSmartBruteforceSFI, IfPm3Smartcard, "Bruteforce SFI"}, {NULL, NULL, NULL, NULL}