All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [RFC][PATCH] netbase: don't start udhcpc if kernel assigned IP statically
Date: Mon, 21 Sep 2009 22:46:22 +0200	[thread overview]
Message-ID: <h98omu$35c$1@ger.gmane.org> (raw)
In-Reply-To: <1253549226-16186-1-git-send-email-denis@denix.org>

On 21-09-09 18:07, Denys Dmytriyenko wrote:
>
> Signed-off-by: Denys Dmytriyenko<denis@denix.org>

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


> ---
>   recipes/netbase/netbase/interfaces |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/netbase/netbase/interfaces b/recipes/netbase/netbase/interfaces
> index c615642..bae03dd 100644
> --- a/recipes/netbase/netbase/interfaces
> +++ b/recipes/netbase/netbase/interfaces
> @@ -52,6 +52,8 @@ iface atml0 inet dhcp
>   # Wired or wireless interfaces
>   auto eth0
>   iface eth0 inet dhcp
> +        pre-up /bin/grep -v -e "ip=[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+" /proc/cmdline>  /dev/null
> +
>   iface eth1 inet dhcp
>
>   # Ethernet/RNDIS gadget (g_ether)





      parent reply	other threads:[~2009-09-21 20:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-21 16:07 [RFC][PATCH] netbase: don't start udhcpc if kernel assigned IP statically Denys Dmytriyenko
2009-09-21 19:45 ` Phil Blundell
2009-09-21 22:39   ` Denys Dmytriyenko
2009-09-22  8:54     ` Stanislav Brabec
2009-09-22 13:28     ` Phil Blundell
2009-09-22 16:42       ` Denys Dmytriyenko
2009-09-22 18:00         ` Phil Blundell
2009-09-22 18:32           ` Denys Dmytriyenko
2009-09-21 20:46 ` Koen Kooi [this message]

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='h98omu$35c$1@ger.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 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.