[Buildroot] [PATCH] iftop: new package

Peter Korsgaard jacmet at uclibc.org
Wed Jan 16 14:11:45 UTC 2013


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

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

 >> +	select BR2_TOOLCHAIN_BUILDROOT_INET_IPV6

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

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

 Thomas> Basically, you must do something like:

 Thomas> config BR2_PACKAGE_FOO
 Thomas> 	depends on BR2_INET_IPV6

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

Indeed. Also don't forget to sign off on your patch (git commit -s).

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list