[oe-commits] Steffen Sledz : netbase: machine specific interface config for hipox

git version control git at git.openembedded.org
Thu Feb 11 13:35:08 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 0668b43995646e591037a79d7d022d297cb738f2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0668b43995646e591037a79d7d022d297cb738f2

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Thu Feb 11 12:28:29 2010 +0100

netbase: machine specific interface config for hipox

Signed-off-by: Steffen Sledz <sledz at dresearch.de>

---

 recipes/netbase/netbase/hipox/interfaces |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/recipes/netbase/netbase/hipox/interfaces b/recipes/netbase/netbase/hipox/interfaces
new file mode 100644
index 0000000..206c1e9
--- /dev/null
+++ b/recipes/netbase/netbase/hipox/interfaces
@@ -0,0 +1,17 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+ 
+# the loopback interface
+auto lo
+iface lo inet loopback
+
+# interfaces to bring up at boot time
+auto eth0 eth1
+
+# the onboard NIC
+iface eth0 inet dhcp
+
+# interfaces to bring up when hotplugging
+allow-hotplug eth1
+
+# additional USB-NIC's
+iface eth1 inet dhcp





More information about the Openembedded-commits mailing list