From ab0c2179849e571dae7a0f2aa9b140fc5ee9ea13 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 5 May 2017 18:27:04 +0200 Subject: zaurus-updater: fix typo for HOMEFS_SIZE This is a copy and paste error, obviously refers to FS_RW (home). Signed-off-by: Andrea Adami --- recipes-bsp/zaurus-utils/zaurus-updater/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/zaurus-utils/zaurus-updater/updater.sh b/recipes-bsp/zaurus-utils/zaurus-updater/updater.sh index e9857af..bfb6de4 100644 --- a/recipes-bsp/zaurus-utils/zaurus-updater/updater.sh +++ b/recipes-bsp/zaurus-utils/zaurus-updater/updater.sh @@ -82,7 +82,7 @@ if [ "$RW_MTD_LINE" = "" ]; then fi RW_MTD_NO=`echo $RW_MTD_LINE | cut -d: -f1 | cut -dd -f2` RW_MTD=/dev/mtd$RW_MTD_NO -HOMEFS_SIZE=`echo $RO_MTD_LINE | cut -d" " -f2` +HOMEFS_SIZE=`echo $RW_MTD_LINE | cut -d" " -f2` LOGOCAL_MTD=/dev/mtd1 -- cgit 1.2.3-korg