Skip to content

Commit

Permalink
rerun full build as docker entrypoint related to #150
Browse files Browse the repository at this point in the history
  • Loading branch information
paidforby committed Oct 21, 2018
1 parent 619e263 commit 67a8b12
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 @@ -8,7 +8,7 @@ rm -r $BUILD_DIR/files
cp -r ./files $BUILD_DIR/files

# execute rebuild of firmware
time ./build_only $ARCH $TARGET
time ./build_pre $ARCH

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

0 comments on commit 67a8b12

Please sign in to comment.