aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-05-20 14:12:56 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-05-20 14:15:13 +0200
commit312423b94fe879e24a69624f921560b088b34642 (patch)
tree2b35e5d8d3e071babcac1bd1b420daf7de1361a7 /recipes/linux/linux-openmoko.inc
parent5c428edb2517a40672668f73858c82f0dfb27b03 (diff)
downloadopenembedded-312423b94fe879e24a69624f921560b088b34642.tar.gz
linux-openmoko: search for mtdutils in sbinding
* newer mtdutils are not using bindir * fixes http://trac.shr-project.org/trac/ticket/1446 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko.inc')
-rw-r--r--recipes/linux/linux-openmoko.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-openmoko.inc b/recipes/linux/linux-openmoko.inc
index 652f442d34..dedd27df3d 100644
--- a/recipes/linux/linux-openmoko.inc
+++ b/recipes/linux/linux-openmoko.inc
@@ -81,8 +81,8 @@ elif test "empty$has_mtdblock" != "empty" -o "empty$has_ubi" != "empty"; then
exit 1
fi
- ${bindir}/flash_eraseall $MTD_KERNEL_PARTITION
- ${bindir}/nandwrite -p $MTD_KERNEL_PARTITION /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${KERNEL_VERSION}
+ ${sbindir}/flash_eraseall $MTD_KERNEL_PARTITION
+ ${sbindir}/nandwrite -p $MTD_KERNEL_PARTITION /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${KERNEL_VERSION}
else
touch ${sysconfdir}/default/flashkernel
fi