mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f86b7c52f1
commit
409544d1a7
@@ -14,6 +14,7 @@ iface wlan0 inet dhcp
|
|||||||
iface atml0 inet dhcp
|
iface atml0 inet dhcp
|
||||||
|
|
||||||
# Wired or wireless interfaces
|
# Wired or wireless interfaces
|
||||||
|
auto eth0
|
||||||
iface eth0 inet dhcp
|
iface eth0 inet dhcp
|
||||||
iface eth1 inet dhcp
|
iface eth1 inet dhcp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user