netbase: for om-gta01/02 use allow-hotplug instead of auto
authorJan Lübbe <jluebbe@debian.org>
Tue, 27 Jan 2009 12:40:14 +0000 (12:40 +0000)
committerJan Lübbe <jluebbe@debian.org>
Wed, 4 Feb 2009 10:14:46 +0000 (10:14 +0000)
This fixes the case where usb net is loaded after the network is brought up.

packages/netbase/netbase/om-gta01/interfaces
packages/netbase/netbase/om-gta02/interfaces
packages/netbase/netbase_4.21.bb

index df85b1e..56c485e 100644 (file)
@@ -16,7 +16,7 @@ iface eth1 inet dhcp
 
 # Ethernet/RNDIS gadget (g_ether)
 # ... or on host side, usbnet and random hwaddr
-auto usb0
+allow-hotplug usb0
 iface usb0 inet static
        address 192.168.0.202
        netmask 255.255.255.0
index 6caf915..ceedfc5 100644 (file)
@@ -16,7 +16,7 @@ iface eth1 inet dhcp
 
 # Ethernet/RNDIS gadget (g_ether)
 # ... or on host side, usbnet and random hwaddr
-auto usb0
+allow-hotplug usb0
 iface usb0 inet static
        address 192.168.0.202
        netmask 255.255.255.0
index 9d5f2c6..fd0fb6d 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r30"
+PR = "r31"
 
 inherit update-rc.d