[Buildroot] [PATCH] package/ipsec-tools: hybrid config support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Feb 1 22:29:18 UTC 2015


Dear Doug Kehn,

On Sat, 31 Jan 2015 23:26:52 -0600, Doug Kehn wrote:
> Add config option for enabling hybrid mode.  Hybrid mode is required for
> successful interoperability.
> 
> Signed-off-by: Doug Kehn <rdkehn at yahoo.com>
> ---
>  package/ipsec-tools/Config.in      | 6 ++++++
>  package/ipsec-tools/ipsec-tools.mk | 7 ++++++-
>  2 files changed, 12 insertions(+), 1 deletion(-)

Applied, thanks. I originally wondered if we shouldn't simply enable
this option by default, since it doesn't require any external
dependency. However, there are already several ipsec-tools options that
exist without having external dependencies, so the addition of this
new option continues in the same logic.

> +ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_HYBRID), y)

I've committed a follow-up patch to replace ', y' by ',y' which is what
we use everywhere in Buildroot.

Thanks,

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


More information about the buildroot mailing list