From: Pau Espin Pedrol Date: Wed, 2 Mar 2011 21:35:27 +0000 (+0000) Subject: netbase: add interfaces config file for exopcslate machine. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c384fcce5e630421f89bed77d6e923bb4a6b3e02;p=openembedded.git netbase: add interfaces config file for exopcslate machine. Signed-off-by: Pau Espin Pedrol Signed-off-by: Khem Raj --- diff --git a/recipes/netbase/netbase/exopcslate/interfaces b/recipes/netbase/netbase/exopcslate/interfaces new file mode 100644 index 0000000000..53b28b5d4a --- /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 075c9dbc77..edf4a95dd9 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