diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 18:39:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-26 18:39:50 +0100 |
commit | 30d89a90b0e75c13ea8c306e9ed06ff7f32326a3 (patch) | |
tree | 79249bff9412cfc79073d9bb36b9ed13a6a752df /target/arm | |
parent | 649874c3f41fbe012a88de666dd041f423a0832b (diff) |
disable hostfwd in qemu call, otherwise it conflicts running multiple qemus
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile index 68d1a6c1f..4e07cd664 100644 --- a/target/arm/Makefile +++ b/target/arm/Makefile @@ -20,11 +20,11 @@ MACH:=spitz endif ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_VERSATILEPB),y) MACH:=versatilepb -NET:=-net user,hostfwd=tcp::2222-:22 -net nic,model=smc91c111 +NET:=-net user -net nic,model=smc91c111 endif ifeq ($(ADK_TARGET_QEMU_ARM_MODEL_VEXPRESS_A9),y) MACH:=vexpress-a9 -NET:=-cpu cortex-a9 -device lan9118,netdev=adk0 -netdev user,id=adk0,hostfwd=tcp::2222-:22 +NET:=-cpu cortex-a9 -device lan9118,netdev=adk0 -netdev user,id=adk0 endif kernel-install: |