mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Thomas Petazzoni
parent
fcebe9f1f8
commit
9db87dce06
@@ -15,6 +15,7 @@ IPMITOOL_AUTORECONF = YES
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS),y)
|
ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS),y)
|
||||||
IPMITOOL_DEPENDENCIES += openssl
|
IPMITOOL_DEPENDENCIES += openssl
|
||||||
|
IPMITOOL_CONF_OPTS += --enable-intf-lanplus
|
||||||
else
|
else
|
||||||
IPMITOOL_CONF_OPTS += --disable-intf-lanplus
|
IPMITOOL_CONF_OPTS += --disable-intf-lanplus
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user