bcm53xx: suppress osafeloader info error messages during flashing
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
2711b94932
commit
727e244fae
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ platform_identify() {
|
|||
return
|
||||
}
|
||||
|
||||
if osafeloader info "$1" > /dev/null; then
|
||||
if osafeloader info "$1" > /dev/null 2>&1; then
|
||||
echo "safeloader"
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue