diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 19:15:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 19:15:18 +0100 |
commit | 7e9efc2e40250fe9717e1af16465a391a72a4ff6 (patch) | |
tree | 1d9fc3de64323a87c0ee79b5226ca1c9c71d16e3 /target | |
parent | 2725cc8be451a17f80bb91a8c42e51497cb16453 (diff) |
add default network configuration for alix1c
Diffstat (limited to 'target')
-rw-r--r-- | target/alix1c/files/etc/network/interfaces | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/alix1c/files/etc/network/interfaces b/target/alix1c/files/etc/network/interfaces new file mode 100644 index 000000000..104c1a1b6 --- /dev/null +++ b/target/alix1c/files/etc/network/interfaces @@ -0,0 +1,5 @@ +auto lo +iface lo inet loopback + +auto eth0 +iface eth0 inet dhcp |