Unverified Commit 60995277 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update build_rockchip.sh

parent 5804cf37
...@@ -34,7 +34,7 @@ PACKAGES="$PACKAGES luci-i18n-dockerman-zh-cn" ...@@ -34,7 +34,7 @@ PACKAGES="$PACKAGES luci-i18n-dockerman-zh-cn"
echo "$(date '+%Y-%m-%d %H:%M:%S') - Building image with the following packages:" echo "$(date '+%Y-%m-%d %H:%M:%S') - Building image with the following packages:"
echo "$PACKAGES" echo "$PACKAGES"
make image PROFILE="generic" PACKAGES="$PACKAGES" FILES="/home/build/immortalwrt/files" ROOTFS_PARTSIZE="2048" make image PACKAGES="$PACKAGES" 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