File changed.
Contains only whitespace changes.
Loading
We typically use:
ifeq ($(BR2_...),y)
and not:
ifeq ($(BR2_...), y)
So this commit aligns the ipsec-tools package with this common
practice.
Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
File changed.
Contains only whitespace changes.