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 | 09cfb6ba85c50a2ec95a51ea3872d93b2df849f8 (patch) | |
tree | 9fd7ab21a5ebd8f1a20d75a67b2941e263607147 | |
parent | bb5a1b73a3e669628ad4799111e09831d7bd8689 (diff) | |
download | upstream-09cfb6ba85c50a2ec95a51ea3872d93b2df849f8.tar.gz upstream-09cfb6ba85c50a2ec95a51ea3872d93b2df849f8.tar.bz2 upstream-09cfb6ba85c50a2ec95a51ea3872d93b2df849f8.zip |
[malta] fix path to the malta kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20183 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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. |