[oe] [PATCH] netbase: beagleboard: auto configure xM Ethernet

Jason Kridner jkridner at beagleboard.org
Fri Aug 6 20:03:51 UTC 2010


Signed-off-by: Jason Kridner <jkridner at beagleboard.org>
---
 recipes/netbase/netbase/beagleboard/interfaces |    1 +
 recipes/netbase/netbase_4.21.bb                |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/netbase/netbase/beagleboard/interfaces b/recipes/netbase/netbase/beagleboard/interfaces
index ae420bd..403af28 100644
--- a/recipes/netbase/netbase/beagleboard/interfaces
+++ b/recipes/netbase/netbase/beagleboard/interfaces
@@ -53,6 +53,7 @@ iface eth0 inet dhcp
 iface eth1 inet dhcp
 
 # Ethernet/RNDIS gadget (g_ether) or LAN9514
+auto usb0
 iface usb0 inet dhcp
 
 # Bluetooth networking
diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb
index 656ca48..9938d6e 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 = "GPLv2"
-PR = "r43"
+PR = "r44"
 
 inherit update-rc.d
 
-- 
1.5.6.4





More information about the Openembedded-devel mailing list