summaryrefslogtreecommitdiff
path: root/target/hppa/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-20 14:00:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-22 10:07:45 +0100
commite672cd0a14417e5776e7f56d268a49b840b72298 (patch)
tree691040982254720eb3c654da5618d4199587ffb3 /target/hppa/Makefile
parent89a2f5c07a3c5ad6d6b4b602cfb0b32fe2f3e6e7 (diff)
qemu-hppa: enable networking
Diffstat (limited to 'target/hppa/Makefile')
-rw-r--r--target/hppa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/Makefile b/target/hppa/Makefile
index aba746bee..482479e58 100644
--- a/target/hppa/Makefile
+++ b/target/hppa/Makefile
@@ -8,6 +8,7 @@ include $(ADK_TOPDIR)/mk/image.mk
KERNEL:=$(LINUX_DIR)/$(ADK_TARGET_KERNEL)
QEMU:=qemu-system-hppa
QEMU_ARGS:=-nographic
+QEMU_ARGS+=-device e1000,netdev=adk0 -netdev user,id=adk0
# target helper text
ifeq ($(ADK_TARGET_FS),archive)