diff options
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ppc/Makefile b/target/ppc/Makefile index 4966e322e..b3845672f 100644 --- a/target/ppc/Makefile +++ b/target/ppc/Makefile @@ -12,6 +12,7 @@ OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build QEMU_ARGS:=-M mac99 QEMU_ARGS+=${ADK_QEMU_ARGS} +QEMU_ARGS+=-device e1000,netdev=adk0 -netdev user,id=adk0 # target helper text ifeq ($(ADK_TARGET_FS),archive) |