1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

bcm53xx: sysupgrade: drop some debugging message

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 45544
This commit is contained in:
Rafał Miłecki 2015-04-21 08:34:25 +00:00
parent 688c1d74b9
commit a86e7330dc

@ -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