summaryrefslogtreecommitdiffstats
path: root/target/linux/malta/README
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-13 17:22:27 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-13 17:22:27 +0000
commit5fafe8f38afd72cc2881e433ceca71cd4489eb3a (patch)
tree9fd7ab21a5ebd8f1a20d75a67b2941e263607147 /target/linux/malta/README
parentc07a9a300792b139aecceeb47ade4266c218775f (diff)
[malta] fix path to the malta kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20183 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 2f103952f..c10eb2e47 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.