netbase: make usbd0 (zaurus 2.4) static with IP like in SharpROM
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 3 Feb 2006 12:09:52 +0000 (12:09 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 3 Feb 2006 12:09:52 +0000 (12:09 +0000)
packages/netbase/netbase/interfaces
packages/netbase/netbase_4.21.bb

index ccb0a2e..fbeb14f 100644 (file)
@@ -24,7 +24,11 @@ iface usb0 inet static
 
 
 # Zaurus 2.4 Lineo net_fd; obsolete
-iface usbd0 inet dhcp
+iface usbd0 inet static
+       address 192.168.129.201
+       netmask 255.255.255.0
+       network 192.168.129.0
+       gateway 192.168.129.200
 
 # iPAQ 2.4 mach-sa1100/usb-eth
 # (192.168.0.202 is the iPAQ's IP, 192.168.0.200 is the host's IP)
index e875d8f..89a7d3c 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "base"
 DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 LICENSE = "GPL"
-PR = "r8"
+PR = "r9"
 
 inherit update-rc.d