mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 01:08:05 +00:00
bcm53xx: suppress osafeloader info error messages during flashing
Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 727e244faec8ec8e0004a2b772d1a9424f0c9d5d)
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…
x
Reference in New Issue
Block a user