All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected
@ 2016-04-26 12:02 Vicente Olivert Riera
  2016-04-26 12:02 ` [Buildroot] [PATCH 2/2] ipmitool: add an option to enable/disable ipmishell Vicente Olivert Riera
  2016-04-26 20:37 ` [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-04-26 12:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/ipmitool/ipmitool.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk
index f476ae9..60ef2f8 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
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-26 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26 12:02 [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected Vicente Olivert Riera
2016-04-26 12:02 ` [Buildroot] [PATCH 2/2] ipmitool: add an option to enable/disable ipmishell Vicente Olivert Riera
2016-04-26 20:37 ` [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.