diff options
-rw-r--r-- | util/signer/ec_RW-manifest-prod.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/signer/ec_RW-manifest-prod.json b/util/signer/ec_RW-manifest-prod.json index 57d52cd0b3..2234f30f3d 100644 --- a/util/signer/ec_RW-manifest-prod.json +++ b/util/signer/ec_RW-manifest-prod.json @@ -38,7 +38,10 @@ "p4cl": 177, // P4 sync cl for XML we link against. 177 == 0xb1. - "timestamp": 0, + // Make sure a value is there so that current time is not used, and make + // sure the value is small so that any dev build with the same + // epoch/major/minor would be preferred + "timestamp": 1, "epoch": 0, // FWR diversification contributor, 32 bits. "major": 0, // FW2_HIK_CHAIN counter. "minor": 17, // Mostly harmless version field. |