From: Jonathan Cameron <jic23@cam.ac.uk>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] IMote2 specific network config
Date: Wed, 04 Nov 2009 19:56:28 +0000 [thread overview]
Message-ID: <4AF1DC6C.4020405@cam.ac.uk> (raw)
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
reply other threads:[~2009-11-04 19:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AF1DC6C.4020405@cam.ac.uk \
--to=jic23@cam.ac.uk \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.