netbase: Add a network config for the eten-m800
authorStefan Schmidt <stefan@datenfreihafen.org>
Sat, 13 Dec 2008 00:12:29 +0000 (01:12 +0100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Sat, 13 Dec 2008 00:12:29 +0000 (01:12 +0100)
packages/netbase/netbase/eten-m800/interfaces [new file with mode: 0644]
packages/netbase/netbase_4.21.bb

diff --git a/packages/netbase/netbase/eten-m800/interfaces b/packages/netbase/netbase/eten-m800/interfaces
new file mode 100644 (file)
index 0000000..090c18a
--- /dev/null
@@ -0,0 +1,28 @@
+# /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
+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
+auto usb0
+iface usb0 inet static
+       address 192.168.0.202
+       netmask 255.255.255.0
+       network 192.168.0.0
+       gateway 192.168.0.200
+
+# Bluetooth networking
+iface bnep0 inet dhcp
+
index 2fc352f..a0baa81 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r28"
+PR = "r29"
 
 inherit update-rc.d