]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-core/netbase/netbase-4.47/beagleboard/interfaces
netbase: update to 4.47 to match OE-core
[glsdk/meta-ti-glsdk.git] / recipes-core / netbase / netbase-4.47 / beagleboard / interfaces
1 # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
2  
3 # The loopback interface
4 auto lo
5 iface lo inet loopback
7 # Wireless interfaces
8 iface wlan0 inet dhcp
9         wireless_mode managed
10         wireless_essid any
11         wpa-driver wext
12         wpa-conf /etc/wpa_supplicant.conf
14 iface atml0 inet dhcp
16 # Wired or wireless interfaces
17 auto eth0
18 iface eth0 inet dhcp
19 iface eth1 inet dhcp
21 # Ethernet/RNDIS gadget (g_ether) or LAN9514 on BeagleBoard xM
22 auto usb0
23 iface usb0 inet dhcp
25 # Bluetooth networking
26 iface bnep0 inet dhcp