Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- /dev/null
+# /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
+
infrastructure for basic TCP/IP based networking."
SECTION = "base"
LICENSE = "GPLv2"
-PR = "r50"
+PR = "r51"
inherit update-rc.d