[oe-commits] Marcin Juszkiewicz : netbase: on BUG eth0 is always built-in Ethernet not wifi

git version control git at git.openembedded.org
Wed Sep 30 10:29:54 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 6faaf951c19ec884a17415eaee5dc8bf180a9d45
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6faaf951c19ec884a17415eaee5dc8bf180a9d45

Author: Marcin Juszkiewicz <marcin at buglabs.net>
Date:   Tue Sep 29 04:25:01 2009 +0000

netbase: on BUG eth0 is always built-in Ethernet not wifi

Acked-by: Koen Kooi <koen at openembedded.org>

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 recipes/netbase/netbase/bug/interfaces |   11 ++++-------
 recipes/netbase/netbase_4.21.bb        |    2 +-
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/recipes/netbase/netbase/bug/interfaces b/recipes/netbase/netbase/bug/interfaces
index c410484..30e2404 100644
--- a/recipes/netbase/netbase/bug/interfaces
+++ b/recipes/netbase/netbase/bug/interfaces
@@ -20,17 +20,14 @@ iface wlan0 inet dhcp
 	wpa-driver wext
 	wpa-conf /etc/wpa_supplicant.conf
 
-# Wired or wireless interfaces
-# Handylink Ethernet or Wifi bugmodule or USB Ethernet
+# Wired interface
+# BUGbase Ethernet which is built into kernel
 auto eth0
 iface eth0 inet dhcp
-	wireless_mode managed
-	wireless_essid any
-	wpa-driver wext
-	wpa-conf /etc/wpa_supplicant.conf
+
 #
 # Wired or wireless interfaces
-# Wifi bugmodule or USB Ethernet
+# BUGbase or BUGWifi module or USB Ethernet
 auto eth1
 iface eth1 inet dhcp
 	wireless_mode managed
diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb
index 4dfc182..71259d3 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 = "r35"
+PR = "r37"
 
 inherit update-rc.d
 





More information about the Openembedded-commits mailing list