All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] iftop: new package
Date: Wed, 16 Jan 2013 14:55:10 +0100	[thread overview]
Message-ID: <20130116145510.66bdf069@skate> (raw)
In-Reply-To: <1358351378-10876-2-git-send-email-bogdan@nimblex.net>

Dear Bogdan Radulescu,

On Wed, 16 Jan 2013 15:49:38 +0000, Bogdan Radulescu wrote:

> +	select BR2_TOOLCHAIN_BUILDROOT_INET_IPV6

No, selecting toolchain options is not correct, and in this particular
case, it would only work for the internal toolchain backend (breaking
the external backend and Crosstool-NG backend).

See package/squid/Config.in for an example.

Basically, you must do something like:

config BR2_PACKAGE_FOO
	depends on BR2_INET_IPV6

comment "foo requires IPv6 support in toolchain"
	depends on !BR2_INET_IPV6

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2013-01-16 13:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-16 15:49 [Buildroot] [PATCH] iftop: new package Bogdan Radulescu
2013-01-16 15:49 ` Bogdan Radulescu
2013-01-16 13:55   ` Thomas Petazzoni [this message]
2013-01-16 14:11     ` Peter Korsgaard
2013-01-20 20:50     ` Peter Korsgaard
2013-01-21 19:24       ` Bogdan Radulescu
2013-01-21 17:48         ` Thomas Petazzoni
2013-01-21 20:40           ` Bogdan Radulescu
2013-01-21 21:59             ` Peter Korsgaard

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=20130116145510.66bdf069@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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.