From: florian Date: Sat, 13 Mar 2010 17:22:27 +0000 (+0000) Subject: [malta] fix path to the malta kernel X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=5fafe8f38afd72cc2881e433ceca71cd4489eb3a [malta] fix path to the malta kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20183 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.