mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-22 17:56:56 +00:00
2ea933eac3
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
16 lines
315 B
Plaintext
16 lines
315 B
Plaintext
# /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
|
|
|
|
# Bluetooth networking
|
|
iface bnep0 inet dhcp
|