frr: 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 38a2b94760
commit b967a955b7
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ choice
bool "internal SSL support"
endchoice
comment Packages
comment "Packages"
endif