toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / openipmi / Config.in
blobd8c94b307cf640f5dd4bcb83c4f96be56b1c98ca
1 config BR2_PACKAGE_OPENIPMI
2         bool "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
8         help
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