diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-04-15 17:11:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:51:24 +0100 |
commit | 409544d1a762aacd60f5d51f217d2bb3bcb6664e (patch) | |
tree | 762d65ff05a2193c84e2b0fa32a161d702c22845 /meta | |
parent | f86b7c52f13078b05db51b29559be21485bbb401 (diff) | |
download | poky-409544d1a762aacd60f5d51f217d2bb3bcb6664e.tar.gz |
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]
(From OE-Core rev: 20b39d52cd183301bbf58a8e8da96d64f57e0b31)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/netbase/netbase-4.45/interfaces | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
14 | iface atml0 inet dhcp | 14 | iface atml0 inet dhcp |
15 | 15 | ||
16 | # Wired or wireless interfaces | 16 | # Wired or wireless interfaces |
17 | auto eth0 | ||
17 | iface eth0 inet dhcp | 18 | iface eth0 inet dhcp |
18 | iface eth1 inet dhcp | 19 | iface eth1 inet dhcp |
19 | 20 | ||