netbase: add interfaces config file for exopcslate machine.
authorPau Espin Pedrol <pespin.shar@gmail.com>
Wed, 2 Mar 2011 21:35:27 +0000 (21:35 +0000)
committerKhem Raj <raj.khem@gmail.com>
Sat, 12 Mar 2011 20:42:19 +0000 (12:42 -0800)
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/netbase/netbase/exopcslate/interfaces [new file with mode: 0644]
recipes/netbase/netbase_4.21.bb

diff --git a/recipes/netbase/netbase/exopcslate/interfaces b/recipes/netbase/netbase/exopcslate/interfaces
new file mode 100644 (file)
index 0000000..53b28b5
--- /dev/null
@@ -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
+
index 075c9db..edf4a95 100644 (file)
@@ -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