[oe] [PATCH] IMote2 specific network config

Jonathan Cameron jic23 at cam.ac.uk
Wed Nov 4 19:56:28 UTC 2009


Signed-off-by: Jonathan Cameron <jic23 at cam.ac.uk>
---
Simple default config. Equivalent of that in imote2-linux distros
as available form imote2-linux.sourceforge.net
(pre moving to openembedded)

 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  
-- 
1.6.0.4




More information about the Openembedded-devel mailing list