summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/netbase/netbase-4.47/interfaces
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-11-20 09:50:46 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-21 16:48:52 +0000
commit4c289c205174e2b7f9b5abb68a176708e7a8e83b (patch)
tree0e65d3da2b4f77c8cd78c96376b726228e0bd082 /meta/recipes-core/netbase/netbase-4.47/interfaces
parenta75f6f765b97fd81e65cef635ad21cf59419cf0e (diff)
downloadpoky-4c289c205174e2b7f9b5abb68a176708e7a8e83b.tar.gz
netbase: Update recipe 4.46 -> 4.47
moreover 4.46 tar is not available on debian pools (From OE-Core rev: e1abae623a6b3afcb29f325220cc79453efb4e77) 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.47/interfaces')
-rw-r--r--meta/recipes-core/netbase/netbase-4.47/interfaces31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-core/netbase/netbase-4.47/interfaces b/meta/recipes-core/netbase/netbase-4.47/interfaces
new file mode 100644
index 0000000000..0acf4cf441
--- /dev/null
+++ b/meta/recipes-core/netbase/netbase-4.47/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