From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][STABLE] netbase: add BUG 2.0 support
Date: Mon, 22 Mar 2010 13:32:55 +0100 [thread overview]
Message-ID: <ho7o1n$nb2$1@dough.gmane.org> (raw)
In-Reply-To: <1269255790-13046-3-git-send-email-marcin@juszkiewicz.com.pl>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Acked-by: Koen Kooi <koen@openembedded.org>
On 22-03-10 12:03, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
>
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
> ---
> recipes/netbase/netbase/bug20/hosts | 3 +++
> recipes/netbase/netbase/bug20/interfaces | 29 +++++++++++++++++++++++++++++
> recipes/netbase/netbase_4.21.bb | 2 +-
> 3 files changed, 33 insertions(+), 1 deletions(-)
> create mode 100644 recipes/netbase/netbase/bug20/hosts
> create mode 100644 recipes/netbase/netbase/bug20/interfaces
>
> diff --git a/recipes/netbase/netbase/bug20/hosts b/recipes/netbase/netbase/bug20/hosts
> new file mode 100644
> index 0000000..789d660
> --- /dev/null
> +++ b/recipes/netbase/netbase/bug20/hosts
> @@ -0,0 +1,3 @@
> +127.0.0.1 localhost.localdomain localhost bug
> +10.10.10.1 bughost
> +
> diff --git a/recipes/netbase/netbase/bug20/interfaces b/recipes/netbase/netbase/bug20/interfaces
> new file mode 100644
> index 0000000..6e5f74e
> --- /dev/null
> +++ b/recipes/netbase/netbase/bug20/interfaces
> @@ -0,0 +1,29 @@
> +# /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
> +
> +# Wired interface
> +# BUGbase Ethernet which is built into kernel
> +# It is on USB but we rename it by udev rule
> +auto eth0
> +iface eth0 inet dhcp
> +
> +#
> +# wireless interface
> +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 c8b4d19..04d9623 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 = "r37"
> +PR = "r41"
>
> inherit update-rc.d
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLp2N2MkyGM64RGpERAn5XAKCHnQQ6XeDM0Qhty+F383FM/0/jDgCgqPBO
B57ODgJU0cs/fzmpqyKXxVQ=
=wlyu
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2010-03-22 12:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-22 11:03 BUG 2.0 support backporting Marcin Juszkiewicz
2010-03-22 11:03 ` [PATCH][STABLE] bug20: initial configuration for BUG 2.0 device Marcin Juszkiewicz
2010-03-22 12:33 ` Koen Kooi
2010-03-23 1:56 ` Philip Balister
2010-03-22 11:03 ` [PATCH][STABLE] netbase: add BUG 2.0 support Marcin Juszkiewicz
2010-03-22 12:32 ` Koen Kooi [this message]
2010-03-23 1:57 ` Philip Balister
2010-03-22 11:03 ` [PATCH][STABLE] xserver-xorg-conf: provide working setup for BUG 2.0 Marcin Juszkiewicz
2010-03-22 12:33 ` Koen Kooi
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='ho7o1n$nb2$1@dough.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox