summaryrefslogtreecommitdiffstats
path: root/package/ipmiutil/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* ipmiutil: needs dynamic library supportBaruch Siach2015-09-301-2/+3
| | | | | | | | | | | ipmiutil builds libipmiutil.so unconditionally. Fixes: http://autobuild.buildroot.net/results/e31/e31d94847cad9216aad839c2fbb312e9ea0ae75e/ http://autobuild.buildroot.net/results/5f3/5f3f32473186e6fa3a165b263f682047af8e291e/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ipmiutil: openssl is an optional dependencyPeter Korsgaard2015-05-171-1/+0
| | | | | | So handle it as such (it is only needed for the lanplus functionality). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ipmiutil: only make available for x86Peter Korsgaard2015-04-051-0/+2
| | | | | | | | | | | | | | IPMI is a Intel/PC spec, so it doesn't make much sense to build on !x86 - And ipmiutil uses sys/io.h and inb()/outb() which isn't supported on all architectures, so limit to x86 like we do for acpid. Fixes: http://autobuild.buildroot.net/results/b2b/b2b50be359431b828e60c2ffdcd0fa1ca1cd5605/ http://autobuild.buildroot.net/results/f63/f63a25d6faca407da7332b2806300baadbe33326/ http://autobuild.buildroot.net/results/92f/92f54495f7f2a4b70aff18c094baa71adb0f5985/ http://autobuild.buildroot.net/results/f21/f21958c19f145baf83ebbb02b8526f1a58ea25ec/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ipmiutil: new packageDavid Bachelart2015-04-041-0/+16
[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>
OpenPOWER on IntegriCloud