diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-04-21 08:34:25 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-04-21 08:34:25 +0000 |
commit | a86e7330dcd74844f9cd0246e44800779f9ca3c7 (patch) | |
tree | 68bf0ba080db0896cc1fa72708f90ca7de096fc8 /target/linux | |
parent | 688c1d74b9d2c62c056f5ab7edab7578d3802542 (diff) | |
download | upstream-a86e7330dcd74844f9cd0246e44800779f9ca3c7.tar.gz upstream-a86e7330dcd74844f9cd0246e44800779f9ca3c7.tar.bz2 upstream-a86e7330dcd74844f9cd0246e44800779f9ca3c7.zip |
bcm53xx: sysupgrade: drop some debugging message
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45544
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 0 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 d3440b7739..f26cce067d 100644 --- a/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh @@ -162,7 +162,6 @@ platform_pre_upgrade() { while [ "$(dd if=$dir/root skip=$ubi_length bs=1 count=4 2>/dev/null)" = "UBI#" ]; do ubi_length=$(($ubi_length + 131072)) done - echo "ubi_length: $ubi_length" dd if=$dir/root of=/tmp/root.ubi bs=131072 count=$((ubi_length / 131072)) 2>/dev/null # Flash |