Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] IMote2 specific network config
@ 2009-11-04 19:56 Jonathan Cameron
  0 siblings, 0 replies; only message in thread
From: Jonathan Cameron @ 2009-11-04 19:56 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Jonathan Cameron <jic23@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-04 19:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 19:56 [PATCH] IMote2 specific network config Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox