aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/netbase/netbase-4.44/interfaces
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-12-28 08:13:11 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-30 12:06:53 +0000
commitcf359fbe02d33d46a3cb1da7067d30765b0dda3b (patch)
treed4bf813eed68b18efd203390f4e05a669f0061ba /meta/recipes-core/netbase/netbase-4.44/interfaces
parent675541b646d6c5cf2164fbf3f11d4220beef6093 (diff)
downloadopenembedded-core-contrib-cf359fbe02d33d46a3cb1da7067d30765b0dda3b.tar.gz
netbase: upgrade to version 4.44
upgrade from 0.43 to 0.44 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-core/netbase/netbase-4.44/interfaces')
-rw-r--r--meta/recipes-core/netbase/netbase-4.44/interfaces30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-core/netbase/netbase-4.44/interfaces b/meta/recipes-core/netbase/netbase-4.44/interfaces
new file mode 100644
index 0000000000..b06924fa94
--- /dev/null
+++ b/meta/recipes-core/netbase/netbase-4.44/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
+