summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-04-26 13:02:39 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-26 22:33:47 +0200
commit9db87dce0667802238965e3294ec51a83d4ec93f (patch)
tree990263230fc85e4fed8ea9294a172f57d1e0a646
parentfcebe9f1f8d44fbd642330ee498268d49f2238d4 (diff)
downloadbuildroot-9db87dce0667802238965e3294ec51a83d4ec93f.tar.gz
buildroot-9db87dce0667802238965e3294ec51a83d4ec93f.zip
ipmitool: explicitly enable lanplus when selected
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/ipmitool/ipmitool.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk
index f476ae9e56..60ef2f810f 100644
--- a/package/ipmitool/ipmitool.mk
+++ b/package/ipmitool/ipmitool.mk
@@ -15,6 +15,7 @@ IPMITOOL_AUTORECONF = YES
ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS),y)
IPMITOOL_DEPENDENCIES += openssl
+IPMITOOL_CONF_OPTS += --enable-intf-lanplus
else
IPMITOOL_CONF_OPTS += --disable-intf-lanplus
endif
OpenPOWER on IntegriCloud