poky/meta-yocto-bsp/recipes-core/init-ifupdown/init-ifupdown-1.0/beagleboard/interfaces
Saul Wold c97deb11ee init-ifupdown: move network interfaces file for the beagleboard
With the splite of netbase and init-ifupdown, the interfaces file needs to get
moved for the beagleboard

[YOCTO #4334]

(From meta-yocto rev: c7c25b7d964a2068414df90a1b961f6368d3bf59)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-18 20:58:21 +01:00

518 B

/etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

The loopback interface

auto lo iface lo inet loopback

Wireless interfaces

iface wlan0 inet dhcp wireless_mode managed wireless_essid any wpa-driver wext wpa-conf /etc/wpa_supplicant.conf

iface atml0 inet dhcp

Wired or wireless interfaces

auto eth0 iface eth0 inet dhcp iface eth1 inet dhcp

Ethernet/RNDIS gadget (g_ether) or LAN9514 on BeagleBoard xM

auto usb0 iface usb0 inet dhcp

Bluetooth networking

iface bnep0 inet dhcp