Browse Source
Merge pull request #11589 from cotequeiroz/strongswan
strongswan: quote 'comment' parameter in Config.in
lilik-openwrt-22.03
Stijn Tintel
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
net/strongswan/Config.in
|
|
@ -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 |