[oe-commits] Marco Cavallini : mh355/interfaces: added lan settings for machine mh355

git version control git at git.openembedded.org
Wed Mar 24 09:16:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 38f67c00bb332f0f0c142dc02c8c3bdfefead0f7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=38f67c00bb332f0f0c142dc02c8c3bdfefead0f7

Author: Marco Cavallini <m.cavallini at koansoftware.com>
Date:   Wed Mar 24 10:15:02 2010 +0100

mh355/interfaces: added lan settings for machine mh355

---

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

diff --git a/recipes/netbase/netbase/mh355/interfaces b/recipes/netbase/netbase/mh355/interfaces
new file mode 100644
index 0000000..0e598ab
--- /dev/null
+++ b/recipes/netbase/netbase/mh355/interfaces
@@ -0,0 +1,19 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+ 
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+# Wired or wireless interfaces
+auto eth0
+
+# Use this for DHCP
+#iface eth0 inet dhcp
+
+# Use this for static address
+iface eth0 inet static
+	address 192.168.0.184
+	netmask 255.255.255.0
+	network 192.168.0.0
+	gateway 192.168.0.1
+





More information about the Openembedded-commits mailing list