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 <cotequeiroz@gmail.com>
(cherry picked from commit 404c113bc2)
This commit is contained in:
Eneas U de Queiroz 2020-03-18 09:37:26 -03:00 committed by Stijn Tintel
parent 1cd3f5fdc2
commit ba76d4274e
1 changed files with 2 additions and 2 deletions

View File

@ -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