[Buildroot] [PATCH] cannelloni: make SCTP support optional

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Apr 18 09:29:15 UTC 2016


Hello,

On Mon, 18 Apr 2016 11:22:03 +0200, yegorslists at googlemail.com wrote:

> +if BR2_PACKAGE_CANNELLONI
> +
> +config BR2_PACKAGE_CANNELLONI_SCTP
> +	bool "SCTP support"
> +	select BR2_PACKAGE_LKSCTP_TOOLS
> +	help
> +	  This option enables support for Stream Control Transmission
> +	  Protocol (SCTP)
> +endif

Could we make this an automatic optional dependency instead?

> +ifeq ($(BR2_PACKAGE_CANNELLONI_SCTP),y)

I.e replace this with:

ifeq ($(BR2_PACKAGE_LKSCTP_TOOLS),y)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list