Skip to content

Commit

Permalink
fix build curl byte range error (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerog2k authored Nov 16, 2023
1 parent 253dc2e commit 6998d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion building.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fresh() {
fi

echo_c 34 "Downloading Buildroot sources to cache directory ..."
log_and_run "curl --continue-at - --output ${SRC_CACHE_DIR}/buildroot-${BR_VER}.tar.gz https://buildroot.org/downloads/buildroot-${BR_VER}.tar.gz"
log_and_run "curl --output ${SRC_CACHE_DIR}/buildroot-${BR_VER}.tar.gz https://buildroot.org/downloads/buildroot-${BR_VER}.tar.gz"
echo_c 34 "Done.\n"

echo_c 34 "Extracting a fresh copy of Buildroot from Buildroot sources ..."
Expand Down

0 comments on commit 6998d1f

Please sign in to comment.