"vscode:/vscode.git/clone" did not exist on "c03db9bad9690d780d7fd1fafd8c7ef3009aa967"
Unverified Commit ba4cf17c authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update build.sh

parent 824959c5
...@@ -39,7 +39,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - Building image with the following packages: ...@@ -39,7 +39,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') - Building image with the following packages:
echo "$PACKAGE_LIST" echo "$PACKAGE_LIST"
make image PACKAGES="$PACKAGE_LIST" FILES="/home/build/immortalwrt/files" ROOTFS_PARTSIZE="2048" make image PROFILE="generic" PACKAGES="$PACKAGE_LIST" FILES="/home/build/immortalwrt/files" ROOTFS_PARTSIZE="2048"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "$(date '+%Y-%m-%d %H:%M:%S') - Error: Build failed!" echo "$(date '+%Y-%m-%d %H:%M:%S') - Error: Build failed!"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment