Procházet zdrojové kódy

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

Karsten Böddeker před 8 roky
rodič
revize
b7e22aba19
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 ..."