device/rockchip/common/build.sh
.. .. @@ -1083,7 +1083,12 @@ 1083 1083 else 1084 1084 ./mkupdate.sh 1085 1085 fi 1086 - mv update.img $IMAGE_PATH1086 + md5sum update.img >update.img.md51087 + zip update.zip update.img update.img.md51088 + md5sum update.zip > update.zip.md51089 + mv update.img $IMAGE_PATH1090 + mv update.zip $IMAGE_PATH1091 + mv update.zip.md5 $IMAGE_PATH1087 1092 fi 1088 1093 1089 1094 finish_build