1 config BR2_PACKAGE_OPENIPMI
3 depends on BR2_USE_MMU # fork()
4 depends on !BR2_STATIC_LIBS # dlopen()
5 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
6 select BR2_PACKAGE_POPT
7 select BR2_PACKAGE_NCURSES
9 IPMI allows remote monitoring and remote management of
10 devices. OpenIPMI provides a library and command line tools
11 to interact with IPMI enabled devices. OpenIPMI also provides
12 an IPMI BMC simulator.
14 http://openipmi.sourceforge.net
16 comment "openipmi needs a toolchain w/ dynamic library, NPTL"
17 depends on BR2_USE_MMU
18 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS_NPTL