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>
This commit is contained in:
Eneas U de Queiroz 2020-03-18 09:37:26 -03:00
parent ab3ba9ff2b
commit 404c113bc2
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202
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