We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5ea3e commit 2547a27Copy full SHA for 2547a27
buildimg.sh
@@ -220,7 +220,7 @@ if [[ ${board} != "bpi-r2pro" ]];then
220
for f in mt7996_dsp.bin mt7996_eeprom_233.bin mt7996_rom_patch_233.bin mt7996_wa_233.bin mt7996_wm_233.bin;
221
do
222
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
+ sudo curl -L --silent --create-dirs -O --output-dir $fwdir $src
224
done
225
sudo ls -lRh $fwdir
226
fi
0 commit comments