summaryrefslogtreecommitdiff
path: root/target/sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 22:40:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 22:41:18 +0200
commit89b42a9d12aee8cbf029430a5fb80024adf31f70 (patch)
tree4d359f302793d518345cc540969e563028fd7f50 /target/sh
parentb23cfa9e2081511a8913553abdc9a1f48757a174 (diff)
add correct network parameters
Diffstat (limited to 'target/sh')
-rw-r--r--target/sh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/sh/Makefile b/target/sh/Makefile
index d9fe5034a..b89e6e740 100644
--- a/target/sh/Makefile
+++ b/target/sh/Makefile
@@ -12,6 +12,7 @@ KERNEL:=$(LINUX_DIR)/arch/sh/boot/zImage
QEMU_ARGS:=-M r2d
QEMU_ARGS+=${ADK_QEMU_ARGS}
QEMU_ARGS+=-monitor null
+QEMU_ARGS+=-net user -net nic,model=rtl8139
ifeq ($(ADK_TARGET_QEMU_WITH_GRAPHIC),)
QEMU_ARGS+=-serial null -serial stdio