kmod: bump to version 24
[buildroot-gz.git] / package / ipmitool / Config.in
blob1da0ace16f3a34aa7be79d5d4eb7ae8cc265cbdc
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.
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
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.
21 config BR2_PACKAGE_IPMITOOL_IPMIEVD
22         bool "ipmievd"
23         help
24           IPMI event daemon for sending events to syslog
26 config BR2_PACKAGE_IPMITOOL_IPMISHELL
27         bool "ipmishell"
28         select BR2_PACKAGE_NCURSES
29         select BR2_PACKAGE_READLINE
30         help
31           IPMI shell interface
33 endif