|
@@ -19,6 +19,13 @@ IPMITOOL_CPE_ID_VENDOR = ipmitool_project
|
|
|
# 0013-fru-sdr-Fix-id_string-buffer-overflows.patch
|
|
|
IPMITOOL_IGNORE_CVES += CVE-2020-5208
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_FREEIPMI),y)
|
|
|
+IPMITOOL_DEPENDENCIES += freeipmi
|
|
|
+IPMITOOL_CONF_OPTS += --enable-intf-free
|
|
|
+else
|
|
|
+IPMITOOL_CONF_OPTS += --disable-intf-free
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS),y)
|
|
|
IPMITOOL_DEPENDENCIES += openssl
|
|
|
IPMITOOL_CONF_OPTS += --enable-intf-lanplus
|