summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces')
-rw-r--r--meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces7
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
14iface atml0 inet dhcp 14iface atml0 inet dhcp
15 15
16# Wired or wireless interfaces 16# Wired or wireless interfaces including predictable names
17auto eth0 17auto /eth0
18iface eth0 inet dhcp 18iface eth0 inet dhcp
19iface eth1 inet dhcp 19iface eth1 inet dhcp
20 20
21auto /en*=eth
22iface 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
23iface usb0 inet static 26iface usb0 inet static