From 6b4f75a0773091ce609bead952e2d9f92198ed41 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 3 Jul 2004 23:10:42 +0000 Subject: add default configuration for wifi interfaces BKrev: 40e73cf2kgQSXby-M6FZCrCh7KdvMQ --- netbase/netbase-4.17/interfaces | 12 ++++++++++++ netbase/netbase_4.17.oe | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'netbase') 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 -- cgit v1.2.3