meta-rpi/recipes-core/init-ifupdown-1.0/files/interfaces
Thomas Klaehn 482c08e442 meta-rpi: initial commit
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2018-04-19 16:03:55 +02:00

23 lines
374 B
Plaintext

# The loopback interface
auto lo
iface lo inet loopback
# Wireless interface
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wireless_mode managed
wireless_essid any
wpa-driver nl80211
wpa-conf /etc/wpa_supplicant.conf
wireless-power off
# Wired interface
auto eth0
iface eth0 inet dhcp
# Bluetooth networking
iface bnep0 inet dhcp