mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 20:12:12 +00:00
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>