]> code.ossystems Code Review - openembedded-core.git/commitdiff
netbase: automatically bring up eth0
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 15 Apr 2011 16:11:49 +0000 (17:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Apr 2011 04:47:22 +0000 (05:47 +0100)
This avoids manual configuration for those machines that do not override
the default /etc/network/interfaces file.

Fixes [YOCTO #875]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-core/netbase/netbase-4.45/interfaces

index b06924fa94916bc434d1103511afb6f84b1a7f21..0acf4cf441d77d300ccdfb5c7d2f0d674f94c7a9 100644 (file)
@@ -14,6 +14,7 @@ iface wlan0 inet dhcp
 iface atml0 inet dhcp
 
 # Wired or wireless interfaces
+auto eth0
 iface eth0 inet dhcp
 iface eth1 inet dhcp