aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-30 11:46:08 +0100
committerJo-Philipp Wich <jo@mein.io>2017-12-13 14:15:09 +0100
commit82615922b0368d8f27b608310daeea3a77aaa6d0 (patch)
treec64c48b1235208259005763cacd976d6b551fe09 /target/linux
parentc566a9e563837ec55d8e8739190a90337948143d (diff)
downloadupstream-82615922b0368d8f27b608310daeea3a77aaa6d0.tar.gz
upstream-82615922b0368d8f27b608310daeea3a77aaa6d0.tar.bz2
upstream-82615922b0368d8f27b608310daeea3a77aaa6d0.zip
bcm53xx: suppress osafeloader info error messages during flashing
Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 727e244faec8ec8e0004a2b772d1a9424f0c9d5d)
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/bcm53xx/base-files/lib/upgrade/platform.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh b/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh
index eb6dc823e3..f2e007db22 100644
--- a/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh
@@ -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