[oe-commits] Carsten Haitzler (Raster : netbase: provide a default network setup for palmt650 so usbnet works

GIT User account git at amethyst.openembedded.net
Sat Nov 15 12:14:22 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 81591cd3d159e74c944764fc9666c6758a77d291
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=81591cd3d159e74c944764fc9666c6758a77d291

Author: Carsten Haitzler (Raster <raster at rasterman.com>
Date:   Thu Oct 30 14:31:23 2008 +1100

netbase: provide a default network setup for palmt650 so usbnet works

palmt650 system didnt have a specirfic netbase setup to make usbnet work.
this provides that and makes it work.

---

 packages/netbase/netbase/palmt650/interfaces |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/packages/netbase/netbase/palmt650/interfaces b/packages/netbase/netbase/palmt650/interfaces
new file mode 100644
index 0000000..db4c4ca
--- /dev/null
+++ b/packages/netbase/netbase/palmt650/interfaces
@@ -0,0 +1,22 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+# Wireless interfaces
+
+# Wired or wireless interfaces
+
+# 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
+





More information about the Openembedded-commits mailing list