aboutsummaryrefslogtreecommitdiffstats
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:14:00 +0000
commit0fafcf7efeab8f9a5978f4b0693340a2746d7078 (patch)
tree271ce9403410d8e167739a57a04cb074d7afc494 /meta/recipes-core/netbase/netbase-4.45/interfaces
parent65010151368c255bef7b2aefc47de48f658cf15b (diff)
downloadopenembedded-core-contrib-0fafcf7efeab8f9a5978f4b0693340a2746d7078.tar.gz
netbase: Upgrade version 4.44 to 4.45
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 @@
+# /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
+
+iface atml0 inet dhcp
+
+# Wired or wireless interfaces
+iface eth0 inet dhcp
+iface eth1 inet dhcp
+
+# Ethernet/RNDIS gadget (g_ether)
+# ... or on host side, usbnet and random hwaddr
+iface usb0 inet static
+ address 192.168.7.2
+ netmask 255.255.255.0
+ network 192.168.7.0
+ gateway 192.168.7.1
+
+# Bluetooth networking
+iface bnep0 inet dhcp
+