summaryrefslogtreecommitdiffstats
path: root/package/ipmiutil/Config.in
diff options
context:
space:
mode:
authorDavid Bachelart <david.bachelart@bbright.com>2014-10-08 17:00:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-04 18:07:52 +0200
commit749100e45998d19664aebe2570b481aaff3effad (patch)
treec085afa21899364f6cbe042e0df3a1eddee05e73 /package/ipmiutil/Config.in
parentce3feec0fdf170535d48b857270c9fa9963c223b (diff)
downloadbuildroot-749100e45998d19664aebe2570b481aaff3effad.tar.gz
buildroot-749100e45998d19664aebe2570b481aaff3effad.zip
ipmiutil: new package
[Thomas: - remove dependency on SSP support by adding a patch that changes the configure.ac script stack protector test to actually work. - rewrap Config.in help text - fix how BR2_USE_MMU is used when displaying the comment. - fix the license, it's BSD-3c, not BSD-2c. - bump to version 2.9.5.] Signed-off-by: David Bachelart <david.bachelart@bbright.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ipmiutil/Config.in')
-rw-r--r--package/ipmiutil/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/ipmiutil/Config.in b/package/ipmiutil/Config.in
new file mode 100644
index 0000000000..b6a1760156
--- /dev/null
+++ b/package/ipmiutil/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_IPMIUTIL
+ bool "ipmiutil"
+ depends on BR2_USE_MMU
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_OPENSSL
+ help
+ The ipmiutil package provides easy-to-use utilities to view
+ the SEL, perform an IPMI chassis reset, set up the IPMI LAN
+ and Platform Event Filter entries to allow SNMP alerts,
+ Serial-Over-LAN console, event daemon, and other IPMI tasks.
+
+ http://ipmiutil.sourceforge.net/
+
+comment "ipmiutil needs a toolchain w/ threads"
+ depends on BR2_USE_MMU
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud