[oe-commits] Pau Espin Pedrol : netbase: add interfaces config file for exopcslate machine.

git version control git at git.openembedded.org
Sat Mar 12 20:55:19 UTC 2011


Module: openembedded.git
Branch: master
Commit: c384fcce5e630421f89bed77d6e923bb4a6b3e02
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c384fcce5e630421f89bed77d6e923bb4a6b3e02

Author: Pau Espin Pedrol <pespin.shar at gmail.com>
Date:   Wed Mar  2 21:35:27 2011 +0000

netbase: add interfaces config file for exopcslate machine.

Signed-off-by: Pau Espin Pedrol <pespin.shar at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/netbase/netbase/exopcslate/interfaces |   17 +++++++++++++++++
 recipes/netbase/netbase_4.21.bb               |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/recipes/netbase/netbase/exopcslate/interfaces b/recipes/netbase/netbase/exopcslate/interfaces
new file mode 100644
index 0000000..53b28b5
--- /dev/null
+++ b/recipes/netbase/netbase/exopcslate/interfaces
@@ -0,0 +1,17 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+# Wireless interfaces
+auto wlan0
+iface wlan0 inet dhcp
+        pre-up echo nameserver 208.67.222.222 > /etc/resolv.conf
+        pre-up echo nameserver 208.67.220.220 >> /etc/resolv.conf
+wireless_mode managed
+wireless_essid any
+
+# Bluetooth networking
+iface bnep0 inet dhcp
+
diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb
index 075c9db..edf4a95 100644
--- 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 = "GPLv2"
-PR = "r50"
+PR = "r51"
 
 inherit update-rc.d
 





More information about the Openembedded-commits mailing list