NETBASE: Add raspberrypi hosts and interfaces.

* Just basic ones for now.
This commit is contained in:
David-John Willis 2012-04-03 21:22:57 +01:00
parent 579c8e9650
commit 4a369c92a8
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,2 @@
127.0.0.1 localhost.localdomain localhost raspberrypi rpi

View File

@ -0,0 +1,15 @@
# /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

View File

@ -0,0 +1,3 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# Don't forget to bump PRINC if you update the extra files.
PRINC = "1"