[oe-commits] Jonathan Cameron : IMote2 specific network config

git version control git at git.openembedded.org
Sun Jan 24 10:39:20 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: 69d847cad77ae2ef346ab5e7d6af08c6e1de6e4b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=69d847cad77ae2ef346ab5e7d6af08c6e1de6e4b

Author: Jonathan Cameron <jic23 at cam.ac.uk>
Date:   Wed Nov  4 09:56:28 2009 +0000

IMote2 specific network config

Signed-off-by: Jonathan Cameron <jic23 at cam.ac.uk>

---

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

diff --git a/recipes/netbase/netbase/imote2/interfaces b/recipes/netbase/netbase/imote2/interfaces
new file mode 100644
index 0000000..32faf27
--- /dev/null
+++ b/recipes/netbase/netbase/imote2/interfaces
@@ -0,0 +1,12 @@
+auto lo
+iface lo inet loopback
+
+auto usb0
+iface usb0 inet static 
+      address 192.168.99.101
+      netmask 255.255.255.0
+
+auto wlan0
+iface wlan0 inet static
+      address 10.0.0.201
+      netmask 255.255.255.0  





More information about the Openembedded-commits mailing list