Browse Source
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>
lilik-openwrt-22.03
Eneas U de Queiroz
5 years ago
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202
1 changed files with
2 additions and
2 deletions
net/strongswan/Config.in
@ -1,6 +1,6 @@
if PACKAGE_strongswan
if PACKAGE_strongswan
comment Configuration
comment " Configuration"
# --with-routing-table
# --with-routing-table
config STRONGSWAN_ROUTING_TABLE
config STRONGSWAN_ROUTING_TABLE
@ -14,6 +14,6 @@ config STRONGSWAN_ROUTING_TABLE_PRIO
prompt "Set the IPsec routing table priority"
prompt "Set the IPsec routing table priority"
default "220"
default "220"
comment Packages
comment " Packages"
endif
endif