* [STABLE][PATCH] netbase: on BUG eth0 is always built-in Ethernet not wifi
@ 2009-09-29 14:25 Marcin Juszkiewicz
2009-09-30 9:33 ` Koen Kooi
2009-09-30 11:01 ` Philip Balister
0 siblings, 2 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2009-09-29 14:25 UTC (permalink / raw)
To: openembedded-devel; +Cc: Marcin Juszkiewicz
From: Marcin Juszkiewicz <marcin@buglabs.net>
---
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 c0c97b7..adde2f0 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
--
1.6.4.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [STABLE][PATCH] netbase: on BUG eth0 is always built-in Ethernet not wifi
2009-09-29 14:25 [STABLE][PATCH] netbase: on BUG eth0 is always built-in Ethernet not wifi Marcin Juszkiewicz
@ 2009-09-30 9:33 ` Koen Kooi
2009-09-30 11:01 ` Philip Balister
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2009-09-30 9:33 UTC (permalink / raw)
To: openembedded-devel
On 29-09-09 16:25, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz<marcin@buglabs.net>
Acked-by: Koen Kooi <koen@openembedded.org>
>
> ---
> 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 c0c97b7..adde2f0 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [STABLE][PATCH] netbase: on BUG eth0 is always built-in Ethernet not wifi
2009-09-29 14:25 [STABLE][PATCH] netbase: on BUG eth0 is always built-in Ethernet not wifi Marcin Juszkiewicz
2009-09-30 9:33 ` Koen Kooi
@ 2009-09-30 11:01 ` Philip Balister
1 sibling, 0 replies; 3+ messages in thread
From: Philip Balister @ 2009-09-30 11:01 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1620 bytes --]
Acked-by: Philip Balister <philip@balister.org>
On 09/29/2009 10:25 AM, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz<marcin@buglabs.net>
>
> ---
> 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 c0c97b7..adde2f0 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
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3316 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-09-30 11:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29 14:25 [STABLE][PATCH] netbase: on BUG eth0 is always built-in Ethernet not wifi Marcin Juszkiewicz
2009-09-30 9:33 ` Koen Kooi
2009-09-30 11:01 ` Philip Balister
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.