From: "John Willis" <John.Willis@Distant-earth.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [PATCH] netbase: Add config files for the omap3pandora and bump PR.
Date: Tue, 13 Oct 2009 14:53:03 +0100 [thread overview]
Message-ID: <008301ca4c0c$7d07c460$77174d20$@Willis@Distant-earth.com> (raw)
Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
---
recipes/netbase/netbase/omap3-pandora/hosts | 2 +
recipes/netbase/netbase/omap3-pandora/interfaces | 32
++++++++++++++++++++++
recipes/netbase/netbase_4.21.bb | 2 +-
3 files changed, 35 insertions(+), 1 deletions(-)
create mode 100755 recipes/netbase/netbase/omap3-pandora/hosts
create mode 100755 recipes/netbase/netbase/omap3-pandora/interfaces
mode change 100644 => 100755 recipes/netbase/netbase_4.21.bb
diff --git a/recipes/netbase/netbase/omap3-pandora/hosts
b/recipes/netbase/netbase/omap3-pandora/hosts
new file mode 100755
index 0000000..04026bd
--- /dev/null
+++ b/recipes/netbase/netbase/omap3-pandora/hosts
@@ -0,0 +1,2 @@
+127.0.0.1 localhost.localdomain localhost openpandora
+
diff --git a/recipes/netbase/netbase/omap3-pandora/interfaces
b/recipes/netbase/netbase/omap3-pandora/interfaces
new file mode 100755
index 0000000..8c1484f
--- /dev/null
+++ b/recipes/netbase/netbase/omap3-pandora/interfaces
@@ -0,0 +1,32 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+
+# Wireless interfaces
+
+iface wlan0 inet dhcp
+ wireless_mode managed
+ wireless_essid any
+ wpa-driver wext
+ wpa-conf /etc/wpa_supplicant.conf
+
+# Wired or wireless interfaces
+auto eth0
+iface eth0 inet dhcp
+iface eth1 inet dhcp
+iface eth2 inet dhcp
+
+# Ethernet/RNDIS gadget (g_ether)
+# ... or on host side, usbnet and random hwaddr
+iface usb0 inet static
+ address 192.168.0.202
+ netmask 255.255.255.0
+ network 192.168.0.0
+ gateway 192.168.0.200
+
+# Bluetooth networking
+iface bnep0 inet dhcp
+
diff --git a/recipes/netbase/netbase_4.21.bb
b/recipes/netbase/netbase_4.21.bb
old mode 100644
new mode 100755
index adde2f0..403ca19
--- a/recipes/netbase/netbase_4.21.bb
+++ b/recipes/netbase/netbase_4.21.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
infrastructure for basic TCP/IP based networking."
SECTION = "base"
LICENSE = "GPL"
-PR = "r37"
+PR = "r38"
inherit update-rc.d
--
1.6.3.1
reply other threads:[~2009-10-13 13:54 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='008301ca4c0c$7d07c460$77174d20$@Willis@Distant-earth.com' \
--to=john.willis@distant-earth.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox