summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:07:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:07:17 +0200
commitd797df53c90b50b326fb0f39a6928e207e1cbe1d (patch)
treeb025099f47056e14dce52faa7ca970c7dfb52918 /target
parentbf0494a62620b8bed484171ea90f5a528d2d2a15 (diff)
allow to execute gcc testsuite (remotely on target)
Diffstat (limited to 'target')
-rw-r--r--target/qemu-x86/files/etc/network/interfaces5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/qemu-x86/files/etc/network/interfaces b/target/qemu-x86/files/etc/network/interfaces
new file mode 100644
index 000000000..104c1a1b6
--- /dev/null
+++ b/target/qemu-x86/files/etc/network/interfaces
@@ -0,0 +1,5 @@
+auto lo
+iface lo inet loopback
+
+auto eth0
+iface eth0 inet dhcp