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:
parent
38a2b94760
commit
b967a955b7
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ choice
|
||||||
bool "internal SSL support"
|
bool "internal SSL support"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
comment Packages
|
comment "Packages"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue