summaryrefslogtreecommitdiffstats
path: root/updater.sh
diff options
context:
space:
mode:
Diffstat (limited to 'updater.sh')
-rw-r--r--updater.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.sh b/updater.sh
index af49b45..eabbed6 100644
--- a/updater.sh
+++ b/updater.sh
@@ -49,7 +49,7 @@ if /tmp/busybox test -e /dev/block/bml7 ; then
fi
# write new kernel to boot partition
- /tmp/flash_image /tmp/boot.img /dev/block/bml7
+ /tmp/flash_image boot /tmp/boot.img
/sbin/reboot now
exit 0