ipmitool: explicitly enable lanplus when selected
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Tue, 26 Apr 2016 12:02:39 +0000 (13:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 26 Apr 2016 20:33:47 +0000 (22:33 +0200)
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ipmitool/ipmitool.mk

index f476ae9e5664abe546359bee709c78dd1f4d8d19..60ef2f810f2a86074ed389777695432c3387ec24 100644 (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