netbase: provide a default network setup for palmt650 so usbnet works
authorCarsten Haitzler (Raster <raster@rasterman.com>
Thu, 30 Oct 2008 03:31:23 +0000 (14:31 +1100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 13 Nov 2008 21:55:57 +0000 (21:55 +0000)
palmt650 system didnt have a specirfic netbase setup to make usbnet work.
this provides that and makes it work.

packages/netbase/netbase/palmt650/interfaces [new file with mode: 0644]

diff --git a/packages/netbase/netbase/palmt650/interfaces b/packages/netbase/netbase/palmt650/interfaces
new file mode 100644 (file)
index 0000000..db4c4ca
--- /dev/null
@@ -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
+