add default configuration for wifi interfaces
authorPhil Blundell <philb@gnu.org>
Sat, 3 Jul 2004 23:10:42 +0000 (23:10 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 3 Jul 2004 23:10:42 +0000 (23:10 +0000)
BKrev: 40e73cf2kgQSXby-M6FZCrCh7KdvMQ

netbase/netbase-4.17/interfaces
netbase/netbase_4.17.oe

index e69de29..9d2a628 100644 (file)
@@ -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
+
index 071e6cc..bc4aac7 100644 (file)
@@ -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