mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
frr: update to 7.2
add support to build against OpenSSL Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user