mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00: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:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user