summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/netbase/netbase-4.45/interfaces
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-12 17:07:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-15 01:18:52 +0000
commit3c54f46ed7e28e156433c69fd502a237621823de (patch)
tree51c1420687efd00bf14853e7cbc62cd2821e0619 /meta/recipes-core/netbase/netbase-4.45/interfaces
parentfe3cc9a8fa0b3181f55d8f02386d9bf2a16becad (diff)
downloadpoky-3c54f46ed7e28e156433c69fd502a237621823de.tar.gz
netbase: Upgrade version 4.44 to 4.45
(From OE-Core rev: 0fafcf7efeab8f9a5978f4b0693340a2746d7078) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/netbase/netbase-4.45/interfaces')
-rw-r--r--meta/recipes-core/netbase/netbase-4.45/interfaces30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-core/netbase/netbase-4.45/interfaces b/meta/recipes-core/netbase/netbase-4.45/interfaces
new file mode 100644
index 0000000000..b06924fa94
--- /dev/null
+++ b/meta/recipes-core/netbase/netbase-4.45/interfaces
@@ -0,0 +1,30 @@
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
17iface eth0 inet dhcp
18iface eth1 inet dhcp
19
20# Ethernet/RNDIS gadget (g_ether)
21# ... or on host side, usbnet and random hwaddr
22iface usb0 inet static
23 address 192.168.7.2
24 netmask 255.255.255.0
25 network 192.168.7.0
26 gateway 192.168.7.1
27
28# Bluetooth networking
29iface bnep0 inet dhcp
30