From 4654d0e9950ff9072e5282fe48c5fe8a185bbf3c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 7 Feb 2017 10:02:14 +0100 Subject: [PATCH] ipsec-tools: fix typo in variable name As pointed out during the check-package discussion, there is a typo in a variable name: http://lists.busybox.net/pipermail/buildroot/2016-December/180765.html Reported-by: Ricardo Martincoski Signed-off-by: Peter Korsgaard --- package/ipsec-tools/ipsec-tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ipsec-tools/ipsec-tools.mk b/package/ipsec-tools/ipsec-tools.mk index 98216eaea6..eb910bc498 100644 --- a/package/ipsec-tools/ipsec-tools.mk +++ b/package/ipsec-tools/ipsec-tools.mk @@ -57,7 +57,7 @@ endif ifneq ($(BR2_PACKAGE_IPSEC_TOOLS_READLINE),y) IPSEC_TOOLS_CONF_OPTS += --without-readline else -IPSEC_DEPENDENCIES += readline +IPSEC_TOOLS_DEPENDENCIES += readline endif ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_HYBRID),y) -- 2.30.2