Skip to content

Commit

Permalink
change build_pre to just build related to #157
Browse files Browse the repository at this point in the history
  • Loading branch information
grant_____ committed Dec 4, 2019
1 parent ede0ea4 commit 4ea921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rm -r $BUILD_DIR/files
cp -r ./files $BUILD_DIR/files

# execute rebuild of firmware
time ./build_pre $ARCH
time ./build $ARCH

mkdir -p ./firmware_images
cp -r $BUILD_DIR/bin/ar71xx /firmware_images/.

0 comments on commit 4ea921d

Please sign in to comment.