mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
[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>
17 lines
539 B
Plaintext
17 lines
539 B
Plaintext
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
|