diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -498,7 +498,7 @@ ${BUILD_DIR}${APP_NAME}_UA_${APP_VERSION}.bin: ${TOOLS_ROOT}/${BIN_NAME}.bin @echo "create a downloadable image ..." @cd ${TOOLS_ROOT} && \ echo "apply otafix..." &&\ - ./otafix ${BIN_NAME}.bin &&\ + ./otafix_32 ${BIN_NAME}.bin &&\ echo "encrypt..." &&\ ./encrypt ${BIN_NAME}.bin ${ENCRYPT_KEY} &&\ echo "package..." &&\ |
