From: Paul Eggleton Date: Fri, 15 Apr 2011 16:11:49 +0000 (+0100) Subject: netbase: automatically bring up eth0 X-Git-Tag: 2011-1~1750 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=20b39d52cd183301bbf58a8e8da96d64f57e0b31;p=openembedded-core.git netbase: automatically bring up eth0 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 --- diff --git a/meta/recipes-core/netbase/netbase-4.45/interfaces b/meta/recipes-core/netbase/netbase-4.45/interfaces index b06924fa94..0acf4cf441 100644 --- a/meta/recipes-core/netbase/netbase-4.45/interfaces +++ b/meta/recipes-core/netbase/netbase-4.45/interfaces @@ -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