From: Eneas U de Queiroz Date: Wed, 18 Mar 2020 12:37:26 +0000 (-0300) Subject: frr: quote 'comment' parameter in Config.in X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b967a955b7abe69bcee7550f0ebe5ecc1a2d8a60;p=openwrt-packages.git 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 --- diff --git a/net/frr/Config.in b/net/frr/Config.in index 2c4169a64..4154c33a6 100644 --- a/net/frr/Config.in +++ b/net/frr/Config.in @@ -13,6 +13,6 @@ choice bool "internal SSL support" endchoice -comment Packages +comment "Packages" endif