projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2711b94
)
bcm53xx: suppress osafeloader info error messages during flashing
author
Felix Fietkau
<nbd@nbd.name>
Mon, 30 Jan 2017 10:46:08 +0000
(11:46 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 30 Jan 2017 12:00:11 +0000
(13:00 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/bcm53xx/base-files/lib/upgrade/platform.sh
patch
|
blob
|
history
diff --git
a/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh
b/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh
index eb6dc823e3890497389716c32ec7e4caf8d30c45..f2e007db22fa8fde93bf0dd58b359f6515e0445c 100644
(file)
--- 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