The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ipmitool / Config.in
1 config BR2_PACKAGE_IPMITOOL
2         bool "ipmitool"
3         depends on BR2_USE_MMU # fork()
4         help
5           IPMItool provides a simple command-line interface to IPMI-enabled devices.
6
7           http://sourceforge.net/projects/ipmitool/
8
9 if BR2_PACKAGE_IPMITOOL
10
11 config BR2_PACKAGE_IPMITOOL_LANPLUS
12         bool "enable lanplus interface"
13         select BR2_PACKAGE_OPENSSL
14         help
15           Enables the IPMI v2.0 RMCP+ LAN interface typically used to send IPMI
16           commands to the BMC of a remote server.
17           Not needed if you only want to communicate with the local BMC of your
18           device using the OpenIPMI ipmi_si kernel module, or if using the
19           legacy IPMI v1.5 RMCP LAN interface.
20
21 config BR2_PACKAGE_IPMITOOL_IPMIEVD
22         bool "ipmievd"
23         help
24           IPMI event daemon for sending events to syslog
25
26 endif