diff options
| -rw-r--r-- | meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces | 7 |
1 files changed, 5 insertions, 2 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 0acf4cf441..e617fcf69b 100644 --- a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces +++ b/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces | |||
| @@ -13,11 +13,14 @@ iface wlan0 inet dhcp | |||
| 13 | 13 | ||
| 14 | iface atml0 inet dhcp | 14 | iface atml0 inet dhcp |
| 15 | 15 | ||
| 16 | # Wired or wireless interfaces | 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 | auto /en*=eth | ||
| 22 | iface eth inet dhcp | ||
| 23 | |||
| 21 | # Ethernet/RNDIS gadget (g_ether) | 24 | # Ethernet/RNDIS gadget (g_ether) |
| 22 | # ... or on host side, usbnet and random hwaddr | 25 | # ... or on host side, usbnet and random hwaddr |
| 23 | iface usb0 inet static | 26 | iface usb0 inet static |
