summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 25d30c98a9..c7c51ec77a 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -104,7 +104,7 @@ fi
104 104
105if [ "$MACHINE" = "qemumips" ]; then 105if [ "$MACHINE" = "qemumips" ]; then
106 if [ "x$ZIMAGE" = "x" ]; then 106 if [ "x$ZIMAGE" = "x" ]; then
107 ZIMAGE=$BUILDDIR/tmp/deploy/images/vmlinux.bin-$MACHINE.bin 107 ZIMAGE=$BUILDDIR/tmp/deploy/images/vmlinux-$MACHINE.bin
108 fi 108 fi
109 if [ "$TYPE" = "ext3" ]; then 109 if [ "$TYPE" = "ext3" ]; then
110 if [ "x$HDIMAGE" = "x" ]; then 110 if [ "x$HDIMAGE" = "x" ]; then