From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH 4/4] netbase: added BUG support
Date: Thu, 23 Apr 2009 20:55:31 +0200 [thread overview]
Message-ID: <gsqdj4$3q9$1@ger.gmane.org> (raw)
In-Reply-To: <1240511199-30422-5-git-send-email-marcin@juszkiewicz.com.pl>
On 23-04-09 20:26, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz<marcin@buglabs.net>
>
> We use other network range for usb0 then OE default and this will not
> change soon. Also support for onboard Ethernet, Wifi module and
> USB-Ethernet adapters is present.
Acked-by: Koen Kooi <koen@openembedded.org>
>
> Signed-off-by: Marcin Juszkiewicz<marcin@buglabs.net>
> ---
> recipes/netbase/netbase/bug/hosts | 3 ++
> recipes/netbase/netbase/bug/interfaces | 39 ++++++++++++++++++++++++++++++++
> recipes/netbase/netbase_4.21.bb | 2 +-
> 3 files changed, 43 insertions(+), 1 deletions(-)
> create mode 100644 recipes/netbase/netbase/bug/hosts
> create mode 100644 recipes/netbase/netbase/bug/interfaces
>
> diff --git a/recipes/netbase/netbase/bug/hosts b/recipes/netbase/netbase/bug/hosts
> new file mode 100644
> index 0000000..789d660
> --- /dev/null
> +++ b/recipes/netbase/netbase/bug/hosts
> @@ -0,0 +1,3 @@
> +127.0.0.1 localhost.localdomain localhost bug
> +10.10.10.1 bughost
> +
> diff --git a/recipes/netbase/netbase/bug/interfaces b/recipes/netbase/netbase/bug/interfaces
> new file mode 100644
> index 0000000..c410484
> --- /dev/null
> +++ b/recipes/netbase/netbase/bug/interfaces
> @@ -0,0 +1,39 @@
> +# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
> +
> +# The loopback interface
> +auto lo
> +iface lo inet loopback
> +
> +# Ethernet/RNDIS gadget (g_ether)
> +# usbnet and static hwaddr for mac users
> +auto usb0
> +iface usb0 inet static
> + hwaddress ether A2:80:F4:8A:3C:91
> + address 10.10.10.10
> + netmask 255.255.255.0
> + gateway 10.10.10.1
> +
> +# Wireless interfaces
> +iface wlan0 inet dhcp
> + wireless_mode managed
> + wireless_essid any
> + wpa-driver wext
> + wpa-conf /etc/wpa_supplicant.conf
> +
> +# Wired or wireless interfaces
> +# Handylink Ethernet or Wifi bugmodule or USB Ethernet
> +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
> +auto eth1
> +iface eth1 inet dhcp
> + wireless_mode managed
> + wireless_essid any
> + wpa-driver wext
> + wpa-conf /etc/wpa_supplicant.conf
> diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb
> index 04533d8..4dfc182 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
>
next prev parent reply other threads:[~2009-04-23 19:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-23 18:26 [STABLE] Add support for BUG device from Bug Labs Marcin Juszkiewicz
2009-04-23 18:26 ` [STABLE][PATCH 1/4] bug: added BUG Labs device Marcin Juszkiewicz
2009-04-23 18:56 ` Koen Kooi
2009-04-23 18:26 ` [STABLE][PATCH 2/4] linux-bug: added 2.6.27.2 from BUG Labs svn Marcin Juszkiewicz
2009-04-23 18:55 ` Koen Kooi
2009-04-23 18:26 ` [STABLE][PATCH 3/4] marvel-gspi-fw: added firmware for WiFi bugmodule Marcin Juszkiewicz
2009-04-23 18:55 ` Koen Kooi
2009-04-23 18:26 ` [STABLE][PATCH 4/4] netbase: added BUG support Marcin Juszkiewicz
2009-04-23 18:55 ` Koen Kooi [this message]
2009-04-25 17:03 ` [STABLE] Add support for BUG device from Bug Labs GNUtoo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='gsqdj4$3q9$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.