Skip to content

Commit

Permalink
add back build_only, use instead of build, related to #157
Browse files Browse the repository at this point in the history
  • Loading branch information
paidforby committed Dec 4, 2019
1 parent 4ea921d commit 135e4b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions build_only
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
#
# Builds sudowrt-firmware. Assumes that build_pre has successfully ran.
#

source build_lib

validate_architecture $architecture

echo "Building firmware for [${architecture}]..."
openwrt_builder "${architecture}"
echo "Building firmware for [${architecture}] done."
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 $ARCH
time ./build_only $ARCH

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

0 comments on commit 135e4b1

Please sign in to comment.