1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
openwrt-packages/net/frr/Config.in
Eneas U de Queiroz b967a955b7 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>
2020-03-18 20:08:03 -03:00

19 lines
286 B
Plaintext

if PACKAGE_frr
comment "SSL support"
choice
prompt "Selected SSL MD5 library"
default FRR_INTERNAL
config FRR_OPENSSL
bool "OpenSSL"
config FRR_INTERNAL
bool "internal SSL support"
endchoice
comment "Packages"
endif