diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-03 23:10:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-03 23:10:42 +0000 |
commit | 6b4f75a0773091ce609bead952e2d9f92198ed41 (patch) | |
tree | 7dcab58a6fa6cf4dc3d974aabb81bcaff8a90559 /netbase | |
parent | af4fa17192b25b27e01246473c2e07330eed5b63 (diff) |
add default configuration for wifi interfaces
BKrev: 40e73cf2kgQSXby-M6FZCrCh7KdvMQ
Diffstat (limited to 'netbase')
-rw-r--r-- | netbase/netbase-4.17/interfaces | 12 | ||||
-rw-r--r-- | netbase/netbase_4.17.oe | 2 |
2 files changed, 13 insertions, 1 deletions
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 |