blob: 7a7ea3fec59de173c85ab250182e0c4d4bf93cac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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 "SNMP support"
choice
prompt "Enable SNMP support"
default FRR_NO_SNMP
config FRR_SNMP
bool "SNMP enable"
config FRR_NO_SNMP
bool "SNMP disable"
endchoice
comment "Packages"
endif
|