1 config BR2_PACKAGE_IPMITOOL
3 depends on BR2_USE_MMU # fork()
5 IPMItool provides a simple command-line interface to IPMI-enabled devices.
7 http://sourceforge.net/projects/ipmitool/
9 if BR2_PACKAGE_IPMITOOL
11 config BR2_PACKAGE_IPMITOOL_LANPLUS
12 bool "enable lanplus interface"
13 select BR2_PACKAGE_OPENSSL
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.
21 config BR2_PACKAGE_IPMITOOL_IPMIEVD
24 IPMI event daemon for sending events to syslog