From: Florian Fainelli Date: Sat, 13 Mar 2010 17:22:27 +0000 (+0000) Subject: [malta] fix path to the malta kernel X-Git-Tag: v12.09~8207 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=09cfb6ba85c50a2ec95a51ea3872d93b2df849f8;p=openwrt-github%2F.git [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 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.