openwrtv3/target/linux/malta
Felix Fietkau 67877462a2 malta: fix generating network configuration
With the default network config provided by package base-files present,
board_detect won't create a new config from board.json.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

SVN-Revision: 48076
2016-01-03 11:36:26 +00:00
..
base-files/etc all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
be build: unify mips target cflags 2013-09-26 17:53:14 +00:00
be64 build: unify mips target cflags 2013-09-26 17:53:14 +00:00
image build: Prevent more gzip timestamps 2015-07-14 09:57:45 +00:00
le build: unify mips target cflags 2013-09-26 17:53:14 +00:00
le64 build: unify mips target cflags 2013-09-26 17:53:14 +00:00
patches kernel: update 3.18 to 3.18.14 2015-05-21 19:32:46 +00:00
base-files.mk malta: fix generating network configuration 2016-01-03 11:36:26 +00:00
config-3.18 malta: disable the openwrt commandline hack 2015-08-30 12:18:05 +00:00
Makefile malta: use as a default type device 2015-10-31 09:30:37 +00:00
README malta: update README 2013-07-19 17:12:47 +00:00

This Malta target is intended to be used with the Qemu emulator. It can be used
to prototype an OpenWrt firmware for MIPS processors. One could also use it to
troubleshoot MIPS applications without access to real hardware.

To use the images built by OpenWrt with qemu, use the following commands:

For the little-endian image:
qemu-system-mipsel -kernel bin/malta/openwrt-malta-le-vmlinux-initramfs.elf -nographic -m 256

For the big-endian image:
qemu-system-mips -kernel bin/malta/openwrt-malta-be-vmlinux-initramfs.elf -nographic -m 256

and enjoy the system bootin.