summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/netbase/netbase-5.0/interfaces
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2012-07-04 14:34:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-05 14:21:57 +0100
commita8d7e1471df012a3292967fe2e6b2e7019956053 (patch)
treec7c16523f3482c24df4fef87e3bc69bd8188bad2 /meta/recipes-core/netbase/netbase-5.0/interfaces
parentd27b8dd3be1c66cafe71bd84d897937450928776 (diff)
downloadpoky-a8d7e1471df012a3292967fe2e6b2e7019956053.tar.gz
netbase: update to ver. 5.0
(From OE-Core rev: 5beb7176d361d4bfa279bbfab5a17b8fe4fa3b73) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/netbase/netbase-5.0/interfaces')
-rw-r--r--meta/recipes-core/netbase/netbase-5.0/interfaces31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-core/netbase/netbase-5.0/interfaces b/meta/recipes-core/netbase/netbase-5.0/interfaces
new file mode 100644
index 0000000000..0acf4cf441
--- /dev/null
+++ b/meta/recipes-core/netbase/netbase-5.0/interfaces
@@ -0,0 +1,31 @@
1# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
2
3# The loopback interface
4auto lo
5iface lo inet loopback
6
7# Wireless interfaces
8iface wlan0 inet dhcp
9 wireless_mode managed
10 wireless_essid any
11 wpa-driver wext
12 wpa-conf /etc/wpa_supplicant.conf
13
14iface atml0 inet dhcp
15
16# Wired or wireless interfaces
17auto eth0
18iface eth0 inet dhcp
19iface eth1 inet dhcp
20
21# Ethernet/RNDIS gadget (g_ether)
22# ... or on host side, usbnet and random hwaddr
23iface usb0 inet static
24 address 192.168.7.2
25 netmask 255.255.255.0
26 network 192.168.7.0
27 gateway 192.168.7.1
28
29# Bluetooth networking
30iface bnep0 inet dhcp
31