mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

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>
518 B
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