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>
This commit is contained in:
Vicente Olivert Riera 2016-04-26 13:02:39 +01:00 committed by Thomas Petazzoni
parent fcebe9f1f8
commit 9db87dce06

View File

@ -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