mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 04:18:10 +00:00
bcm53xx: suppress osafeloader info error messages during flashing
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit 727e244fae
)
This commit is contained in:
parent
c566a9e563
commit
82615922b0
@ -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 New Issue
Block a user