From: Phil Blundell Date: Sat, 3 Jul 2004 23:10:42 +0000 (+0000) Subject: add default configuration for wifi interfaces X-Git-Tag: Release-2010-05/1~18361 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4f75a0773091ce609bead952e2d9f92198ed41;p=openembedded.git add default configuration for wifi interfaces BKrev: 40e73cf2kgQSXby-M6FZCrCh7KdvMQ --- diff --git a/netbase/netbase-4.17/interfaces b/netbase/netbase-4.17/interfaces index e69de29bb2..9d2a628de2 100644 --- a/netbase/netbase-4.17/interfaces +++ b/netbase/netbase-4.17/interfaces @@ -0,0 +1,12 @@ +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) + +# The loopback interface +auto lo +iface lo inet loopback + +iface wlan0 inet dhcp + +iface atml0 inet dhcp + +iface eth0 inet dhcp + diff --git a/netbase/netbase_4.17.oe b/netbase/netbase_4.17.oe index 071e6ccdda..bc4aac7acf 100644 --- a/netbase/netbase_4.17.oe +++ b/netbase/netbase_4.17.oe @@ -1,6 +1,6 @@ DESCRIPTION = "This package provides the necessary \ infrastructure for basic TCP/IP based networking." -PR = "r5" +PR = "r6" inherit update-rc.d