diff --git a/builder.sh b/builder.sh index fa5aad9a012374b646f96b875f12cb894558dfe5..079e9b4602c291a25dc990247a289ab6be2b6030 100755 --- a/builder.sh +++ b/builder.sh @@ -106,3 +106,5 @@ echo Renaming files for consistent naming scheme # create md5sums (cd output/${RELEASETAG}/factory; md5sum * > MD5SUMS) +(cd output/${RELEASETAG}/sysupgrade; md5sum * > MD5SUMS) +(cd output/${RELEASETAG}/other; md5sum * > MD5SUMS)