summaryrefslogtreecommitdiffstats
path: root/target/linux/malta/README
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-03-13 17:22:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-03-13 17:22:27 +0000
commite69e05d1e38384b70d54c14ddb7bb0e5022cbc20 (patch)
treee949377edc934a4662084d72d05dc65b94b424f0 /target/linux/malta/README
parent30f1a648cfa2a9baf3b815176de4f53e91be32c0 (diff)
downloadmaster-31e0f0ae-e69e05d1e38384b70d54c14ddb7bb0e5022cbc20.tar.gz
master-31e0f0ae-e69e05d1e38384b70d54c14ddb7bb0e5022cbc20.tar.bz2
master-31e0f0ae-e69e05d1e38384b70d54c14ddb7bb0e5022cbc20.zip
fix path to the malta kernel
SVN-Revision: 20183
Diffstat (limited to 'target/linux/malta/README')
-rw-r--r--target/linux/malta/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/README b/target/linux/malta/README
index 2f103952f2..c10eb2e474 100644
--- a/target/linux/malta/README
+++ b/target/linux/malta/README
@@ -4,6 +4,6 @@ troubleshoot MIPS applications without access to real hardware.
To use the images built by OpenWrt with qemu, use the following commands:
-qemu-system-mipsel -kernel bin/mti-malta/openwrt-malta-vmlinux.elf -nographic
+qemu-system-mipsel -kernel bin/malta/openwrt-malta-vmlinux.elf -nographic
and enjoy the system bootin.