The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ipmiutil / Config.in
1 config BR2_PACKAGE_IPMIUTIL
2         bool "ipmiutil"
3         depends on BR2_USE_MMU
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_x86_64 || BR2_i386
6         help
7           The ipmiutil package provides easy-to-use utilities to view
8           the SEL, perform an IPMI chassis reset, set up the IPMI LAN
9           and Platform Event Filter entries to allow SNMP alerts,
10           Serial-Over-LAN console, event daemon, and other IPMI tasks.
11
12           http://ipmiutil.sourceforge.net/
13
14 comment "ipmiutil needs a toolchain w/ threads"
15         depends on BR2_USE_MMU
16         depends on !BR2_TOOLCHAIN_HAS_THREADS
17         depends on BR2_x86_64 || BR2_i386