netbase: add interface file for palmpre machine and bump PR
authorSimon Busch <morphis@gravedo.de>
Mon, 13 Sep 2010 18:50:03 +0000 (20:50 +0200)
committerSimon Busch <morphis@gravedo.de>
Tue, 14 Sep 2010 19:12:33 +0000 (21:12 +0200)
Signed-off-by: Simon Busch <morphis@gravedo.de>
recipes/netbase/netbase/palmpre/interfaces [new file with mode: 0644]
recipes/netbase/netbase_4.21.bb

diff --git a/recipes/netbase/netbase/palmpre/interfaces b/recipes/netbase/netbase/palmpre/interfaces
new file mode 100644 (file)
index 0000000..ca2e007
--- /dev/null
@@ -0,0 +1,14 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+# Ethernet/RNDIS gadget (g_ether)
+# ... or on host side, usbnet and random hwaddr
+iface usb0 inet static
+       address 192.168.0.202
+       netmask 255.255.255.0
+       network 192.168.0.0
+       gateway 192.168.0.200
+
index 311f8c7..219616e 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPLv2"
-PR = "r45"
+PR = "r46"
 
 inherit update-rc.d