[oe-commits] Angus Ainslie : netbase: set usb0 to auto instead of allow-hotplug for gta01 and gta02

git version control git at git.openembedded.org
Sat May 30 21:57:40 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 991b1d949d29ea31eb84ae8164ec71b3b75a4414
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=991b1d949d29ea31eb84ae8164ec71b3b75a4414

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Sat May 30 16:02:57 2009 -0600

netbase: set usb0 to auto instead of allow-hotplug for gta01 and gta02

---

 recipes/netbase/netbase/om-gta01/interfaces |    2 +-
 recipes/netbase/netbase/om-gta02/interfaces |    2 +-
 recipes/netbase/netbase_4.21.bb             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/netbase/netbase/om-gta01/interfaces b/recipes/netbase/netbase/om-gta01/interfaces
index f2e6852..e595239 100644
--- a/recipes/netbase/netbase/om-gta01/interfaces
+++ b/recipes/netbase/netbase/om-gta01/interfaces
@@ -16,7 +16,7 @@ iface eth1 inet dhcp
 
 # Ethernet/RNDIS gadget (g_ether)
 # ... or on host side, usbnet and random hwaddr
-allow-hotplug usb0
+auto usb0
 iface usb0 inet static
 	address 192.168.0.202
 	netmask 255.255.255.0
diff --git a/recipes/netbase/netbase/om-gta02/interfaces b/recipes/netbase/netbase/om-gta02/interfaces
index cd7a90c..08bd3bb 100644
--- a/recipes/netbase/netbase/om-gta02/interfaces
+++ b/recipes/netbase/netbase/om-gta02/interfaces
@@ -16,7 +16,7 @@ iface eth1 inet dhcp
 
 # Ethernet/RNDIS gadget (g_ether)
 # ... or on host side, usbnet and random hwaddr
-allow-hotplug usb0
+auto usb0
 iface usb0 inet static
 	address 192.168.0.202
 	netmask 255.255.255.0
diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb
index 4d193c7..1320697 100644
--- a/recipes/netbase/netbase_4.21.bb
+++ b/recipes/netbase/netbase_4.21.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r34"
+PR = "r35"
 
 inherit update-rc.d
 





More information about the Openembedded-commits mailing list