From 9b714b6e7b227eb28016f2f1734619a98a83c987 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 24 Jun 2014 18:13:56 +0000 Subject: procd: fix nand.sh kernel_length typo sysupgrade otherwise skips kernel part on devices which got kernel in ubi due to kern_length being undefined, kernel_length is being used instead. Signed-off-by: Daniel Golle SVN-Revision: 41327 --- package/system/procd/files/nand.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package') diff --git a/package/system/procd/files/nand.sh b/package/system/procd/files/nand.sh index 09cc091..78ac206 100644 --- a/package/system/procd/files/nand.sh +++ b/package/system/procd/files/nand.sh @@ -4,7 +4,7 @@ . /lib/functions.sh -# 'data' partition on NAND contains UBI +# 'ubi' partition on NAND contains UBI CI_UBIPART="ubi" nand_find_volume() { @@ -242,7 +242,7 @@ nand_upgrade_tar() { [ "$has_kernel" = "1" ] && { local kern_ubivol="$(nand_find_volume $ubidev kernel)" tar xf $tar_file sysupgrade-$board_name/kernel -O | \ - ubiupdatevol /dev/$kern_ubivol -s $kern_length - + ubiupdatevol /dev/$kern_ubivol -s $kernel_length - } local root_ubivol="$(nand_find_volume $ubidev rootfs)" -- cgit v1.1