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 4 years ago
parent
commit
404c113bc2
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/strongswan/Config.in

+ 2
- 2
net/strongswan/Config.in 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

Loading…
Cancel
Save