diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 19:56:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 19:56:37 +0100 |
commit | fdd9e91504e5f1d8eb1c15d3d8727d0fc6766bc2 (patch) | |
tree | 718fc7d70811e1c0a9ceedd4a50bdedc8980bd88 /target | |
parent | d3d8cf19495d491bee483f9d1973a61ebf0db7ca (diff) | |
parent | b706a572926dd8ac76de3928bd1290ee880944f8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 2 | ||||
-rw-r--r-- | target/alix1c/files/etc/network/interfaces | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index a5e62907c..4d30e4001 100644 --- a/target/Config.in +++ b/target/Config.in @@ -789,4 +789,6 @@ config ADK_TARGET_PACKAGE_RPM endchoice + endmenu + 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 |