diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-13 17:22:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-13 17:22:27 +0000 |
commit | e69e05d1e38384b70d54c14ddb7bb0e5022cbc20 (patch) | |
tree | e949377edc934a4662084d72d05dc65b94b424f0 | |
parent | 30f1a648cfa2a9baf3b815176de4f53e91be32c0 (diff) | |
download | upstream-e69e05d1e38384b70d54c14ddb7bb0e5022cbc20.tar.gz upstream-e69e05d1e38384b70d54c14ddb7bb0e5022cbc20.tar.bz2 upstream-e69e05d1e38384b70d54c14ddb7bb0e5022cbc20.zip |
fix path to the malta kernel
SVN-Revision: 20183
-rw-r--r-- | target/linux/malta/README | 2 |
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. |