Skip to content

Commit 2547a27

Browse files
committed
buildimg: make curl silent
1 parent bd5ea3e commit 2547a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildimg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ if [[ ${board} != "bpi-r2pro" ]];then
220220
for f in mt7996_dsp.bin mt7996_eeprom_233.bin mt7996_rom_patch_233.bin mt7996_wa_233.bin mt7996_wm_233.bin;
221221
do
222222
src="https://github.com/frank-w/BPI-Router-Linux/raw/6.10-main/utils/firmware/mediatek/mt7996/$f";
223-
sudo curl -L --create-dirs -O --output-dir $fwdir $src
223+
sudo curl -L --silent --create-dirs -O --output-dir $fwdir $src
224224
done
225225
sudo ls -lRh $fwdir
226226
fi

0 commit comments

Comments
 (0)