From: Eneas U de Queiroz Date: Wed, 18 Mar 2020 12:37:26 +0000 (-0300) Subject: strongswan: quote 'comment' parameter in Config.in X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=404c113bc25ac95bf08ba1b904dbbde8875c00eb;p=openwrt-packages.git 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 --- 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