diff options
| -rw-r--r-- | meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces b/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces index e617fcf69b..3d0f0c6768 100644 --- a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces +++ b/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces | |||
| @@ -14,10 +14,11 @@ iface wlan0 inet dhcp | |||
| 14 | iface atml0 inet dhcp | 14 | iface atml0 inet dhcp |
| 15 | 15 | ||
| 16 | # Wired or wireless interfaces including predictable names | 16 | # Wired or wireless interfaces including predictable names |
| 17 | auto /eth0 | 17 | auto eth0 |
| 18 | iface eth0 inet dhcp | 18 | iface eth0 inet dhcp |
| 19 | iface eth1 inet dhcp | 19 | iface eth1 inet dhcp |
| 20 | 20 | ||
| 21 | # Busybox ifupdown won't process /en* correctly | ||
| 21 | auto /en*=eth | 22 | auto /en*=eth |
| 22 | iface eth inet dhcp | 23 | iface eth inet dhcp |
| 23 | 24 | ||
