mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user