From b5036569aa1839a75a365e694b1fe2f9cb1983e8 Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Tue, 1 Dec 2020 18:29:16 +0100 Subject: mvebu: sysupgrade: use v function for writing logs Sync with x86 target changes. Signed-off-by: Tomasz Maciej Nowak --- target/linux/mvebu/cortexa9/base-files/lib/upgrade/linksys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mvebu/cortexa9/base-files/lib/upgrade/linksys.sh') diff --git a/target/linux/mvebu/cortexa9/base-files/lib/upgrade/linksys.sh b/target/linux/mvebu/cortexa9/base-files/lib/upgrade/linksys.sh index 6ccfdd0768..c5da471d76 100644 --- a/target/linux/mvebu/cortexa9/base-files/lib/upgrade/linksys.sh +++ b/target/linux/mvebu/cortexa9/base-files/lib/upgrade/linksys.sh @@ -57,7 +57,7 @@ platform_do_upgrade_linksys() { if [ ! -n "$part_label" ] then - echo "cannot find target partition" + v "cannot find target partition" exit 1 fi -- cgit v1.2.3