diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-04-26 13:02:39 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-26 22:33:47 +0200 |
commit | 9db87dce0667802238965e3294ec51a83d4ec93f (patch) | |
tree | 990263230fc85e4fed8ea9294a172f57d1e0a646 | |
parent | fcebe9f1f8d44fbd642330ee498268d49f2238d4 (diff) | |
download | buildroot-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.mk | 1 |
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 |