Przeglądaj źródła

add *.img.gz sysupgrade images to images.7z, to support x86 sysupgrade

Karsten Böddeker 8 lat temu
rodzic
commit
b7e22aba19
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -229,7 +229,7 @@ cd ..
 # compress all binaries into 7z archive
 progress "Assembling images.7z ..."
 [ -e "${OUTPUT_DIR}/${BRANCH}/images.7z" ] && rm "${OUTPUT_DIR}/${BRANCH}/images.7z"
-7z a "${OUTPUT_DIR}/${BRANCH}/images.7z" ${CODE_DIR}/images/sysupgrade/*.bin ${CODE_DIR}/images/factory/*.bin || abort "Failed to assemble images (did you install p7zip-full?)."
+7z a "${OUTPUT_DIR}/${BRANCH}/images.7z" ${CODE_DIR}/images/sysupgrade/*.bin ${CODE_DIR}/images/sysupgrade/*.img.gz ${CODE_DIR}/images/factory/*.bin || abort "Failed to assemble images (did you install p7zip-full?)."
 
 # generate, franken-merge, and copy manifests
 progress "Generating and copying manifest ..."