afbcf20f07e70e20f73788cc7ffb62b3e019c85b
[openpandora.oe.git] / recipes / hotfix / 2 / 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
6
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
13
14 # Bluetooth networking
15 iface bnep0 inet dhcp
16