From 404c113bc25ac95bf08ba1b904dbbde8875c00eb Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 18 Mar 2020 09:37:26 -0300 Subject: [PATCH] strongswan: quote 'comment' parameter in Config.in Newer versions of the kconfig generator require quotes. Prepare the package for an eventual update. Signed-off-by: Eneas U de Queiroz --- net/strongswan/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/strongswan/Config.in b/net/strongswan/Config.in index 567e4aec5..b38493af2 100644 --- a/net/strongswan/Config.in +++ b/net/strongswan/Config.in @@ -1,6 +1,6 @@ if PACKAGE_strongswan -comment Configuration +comment "Configuration" # --with-routing-table config STRONGSWAN_ROUTING_TABLE @@ -14,6 +14,6 @@ config STRONGSWAN_ROUTING_TABLE_PRIO prompt "Set the IPsec routing table priority" default "220" -comment Packages +comment "Packages" endif